CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 1 / 26
DRYing the Skeleton www.galvao.eti.br
DRYing
the Skeleton:
Reducing
code repetition
in
applications
Presidente da ABRAPHP – Associação Brasileira de Profissionais PHP
Diretor da PHP Conference Brasil
Contribui para a tradução da documentação oficial
Atua como Zend Framework Evangelist para o ZTeam, da Zend.
20+ anos desenvolvendo sistemas e aplicações com interface web
15+ destes com PHP
7+ com Zend Framework
Palestrante em eventos nacionais e internacionais
Instrutor de cursos presenciais e a distância
Fundador e líder do GU PHPBR
Fundador* e membro do GU PHPRS
Site: http://www.galvao.eti.br/
http://people.php.net/galvao
Twitter: @galvao
Slides e Documentos: http://slideshare.net/ergalvao
https://speakerdeck.com/galvao
Github: http://github.com/galvao
Posts: https://medium.com/@galvao
Quem?!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 2 / 26
www.galvao.eti.brDRYing the Skeleton
Objetivo
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 3 / 26
www.galvao.eti.brDRYing the Skeleton
DRY > WET
ZF pode ser DRY
Disclaimer!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 4 / 26
www.galvao.eti.brDRYing the Skeleton
!
A Skeleton
é
Disclaimer!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 5 / 26
www.galvao.eti.brDRYing the Skeleton
!
A Skeleton
um erro
é
Disclaimer!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 6 / 26
www.galvao.eti.brDRYing the Skeleton
!
A Skeleton
um erro
um mau exemplo
é
Disclaimer!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 7 / 26
www.galvao.eti.brDRYing the Skeleton
!
A Skeleton
um erro
um mau exemplo
um código mal escrito
é
Disclaimer!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 8 / 26
www.galvao.eti.brDRYing the Skeleton
!
A Skeleton
um erro
um mau exemplo
um código mal escrito
um código para todos governaré
Fato!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 9 / 26
www.galvao.eti.brDRYing the Skeleton
A Skeleton
é
é
é
é
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 10 / 26
www.galvao.eti.brDRYing the Skeleton
A Skeleton
uma introdução
é
é
é
é
Fato!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 11 / 26
www.galvao.eti.brDRYing the Skeleton
A Skeleton
uma introdução
um exemplo de uso
é
é
é
é
Fato!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 12 / 26
www.galvao.eti.brDRYing the Skeleton
A Skeleton
uma introdução
um exemplo de uso
um tutorial
é
é
é
é
Fato!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 13 / 26
www.galvao.eti.brDRYing the Skeleton
A Skeleton
uma introdução
um exemplo de uso
um tutorial
um começoé
é
é
é
Fato!
Problemas...
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 14 / 26
www.galvao.eti.brDRYing the Skeleton
x “Incoerência”
x WET – WETWET – WETTT
x Relacionamentos?!
Incoerência
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 15 / 26
www.galvao.eti.brDRYing the Skeleton
http://framework.zend.com/manual/current/en/user-guide/database-and-models.html
Incoerência
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 16 / 26
www.galvao.eti.brDRYing the Skeleton
http://php.net/manual/en/types.comparisons.php
Expressão !empty !is_null
“” false true
null false false
true true true
false false true
1 true true
0 false true
“1” true true
“0” false true
“true” true true
“false” true true
WETWET
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 17 / 26
www.galvao.eti.brDRYing the Skeleton
http://framework.zend.com/manual/current/en/user-guide/database-and-models.html
WETWET
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 18 / 26
www.galvao.eti.brDRYing the Skeleton
http://framework.zend.com/manual/current/en/user-guide/database-and-models.html
11 Linhas de código-fonte x Entidade
WETWET
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 19 / 26
www.galvao.eti.brDRYing the Skeleton
http://framework.zend.com/manual/current/en/user-guide/database-and-models.html
11 Linhas de código-fonte x Entidade
Além de find/save/erase/etc… por Gateway...
Existem “programadores”...
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 20 / 26
www.galvao.eti.brDRYing the Skeleton
x “Incoerência”
x WET – WETWET – WETTT
x Relacionamentos?!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 21 / 26
… e PROGRAMADORES!
x “Incoerência”
x WET – WETWET – WETTT
x Relacionamentos?!
www.galvao.eti.brDRYing the Skeleton
Incoerência
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 22 / 26
www.galvao.eti.brDRYing the Skeleton
WETWET < DRY!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 23 / 26
www.galvao.eti.brDRYing the Skeleton
WETWET < DRY!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 24 / 26
www.galvao.eti.brDRYing the Skeleton
Relacionamentos FTW!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 25 / 26
www.galvao.eti.brDRYing the Skeleton
Obrigado!
CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 26 / 26
www.galvao.eti.brDRYing the Skeleton
? Dúvidas?
↓ Críticas?
↑ Elogios?!

Mais conteúdo relacionado

PDF
Segurança PHP em 2016
PDF
Tudo o que você precisa saber sobre o php7
ODP
Php7 esta chgando! O que você precisa saber
PPTX
PHP 7 - A Maioridade do PHP
PDF
Unbreakeable php
PDF
Palestra Zend Framework PHPSC Conf 2010
PDF
Muito prazer, eu sou PHP
PDF
Desenvolvendo mvp com python
Segurança PHP em 2016
Tudo o que você precisa saber sobre o php7
Php7 esta chgando! O que você precisa saber
PHP 7 - A Maioridade do PHP
Unbreakeable php
Palestra Zend Framework PHPSC Conf 2010
Muito prazer, eu sou PHP
Desenvolvendo mvp com python

Mais procurados (14)

PDF
PHP para aplicações Web de grande porte
PDF
15 coisas sobre php para saber antes de morrer
PDF
Padrões de Projeto e Boas Práticas em PHP - PHP Conference Brasil 2010
PDF
O futuro do elephante: as promessas do php para 2019
PDF
Zend Framework 3 - porque só o que existe pode ser aprimorado
PDF
Zend framework 3 Hangout 2016
PDF
PHP na Tela Escura: Aplicações Poderosas em Linha de Comando
ZIP
Pog Nunca Mais - Técnicas e Macetes para o Desenvolvimento em PHP
PPTX
Rumo à Certificação PHP
PDF
MVC com Zend Framework - PHP Conference Brasil 2010
KEY
Introdução ao Python & Web Services
PDF
[FISL 16] PHP no Campo de Batalha: Segurança Avançada e Programação Defensiva...
PPT
Python No Terra (2006-12-21)
PPT
Mini-curso codeIgniter - aula 1
PHP para aplicações Web de grande porte
15 coisas sobre php para saber antes de morrer
Padrões de Projeto e Boas Práticas em PHP - PHP Conference Brasil 2010
O futuro do elephante: as promessas do php para 2019
Zend Framework 3 - porque só o que existe pode ser aprimorado
Zend framework 3 Hangout 2016
PHP na Tela Escura: Aplicações Poderosas em Linha de Comando
Pog Nunca Mais - Técnicas e Macetes para o Desenvolvimento em PHP
Rumo à Certificação PHP
MVC com Zend Framework - PHP Conference Brasil 2010
Introdução ao Python & Web Services
[FISL 16] PHP no Campo de Batalha: Segurança Avançada e Programação Defensiva...
Python No Terra (2006-12-21)
Mini-curso codeIgniter - aula 1
Anúncio

Destaque (9)

PDF
ABRAPHP: Conquistas e Realizações - 2012-2014
PDF
Desenvolvendo aplicações com ZF2
ODP
PHP e Open Source
PDF
Como manter a qualidade do seu projeto sem perder a sua sanidade!
PDF
Le livre blanc de l'expérience client - Vol 1
PDF
Metodologias ágeis interativas
PDF
CK 10 - Automate all the things 2.0
PDF
6 questões que levam à inovação
PDF
De Padawan a Jedi - Versão 2016
ABRAPHP: Conquistas e Realizações - 2012-2014
Desenvolvendo aplicações com ZF2
PHP e Open Source
Como manter a qualidade do seu projeto sem perder a sua sanidade!
Le livre blanc de l'expérience client - Vol 1
Metodologias ágeis interativas
CK 10 - Automate all the things 2.0
6 questões que levam à inovação
De Padawan a Jedi - Versão 2016
Anúncio

Semelhante a DRYing the Skeleton: Reducing code repetition in ZF2 (20)

ODP
Web: funcionamento, evolução e mercado
PDF
Apresentacao frameworks
ODP
OSS, Comunidade, Eventos e como sua empresa ganha com isso
ODP
Otimizando a execução de código-fonte PHP
ODP
Implementando rotinas de geolocalização
PDF
Top 10 OWASP com PHP
PDF
Misturando Demoiselle, Nuvem e Mobilidade no Latinoware 2012
PPT
Palestra / SDD / Crossbrowsing
PDF
Node.JS - Campus Party Brasil 2011
PDF
PHP: Evolução
PDF
RubyMasters 2011 - Beyond Ruby with NodeJS
PDF
Nodejs - A performance que eu sempre quis ter
PDF
Tutorial sobre Bootstrap
PPT
Aprendendo a criar plugins para o Wordpress - Richard Barros
PPTX
.NET Conf 2018 - Campinas - Blazor: Utilizando C# em browsers
PDF
ZF2 Menor, melhor e mais poderoso
PDF
Seja um Perl Core Hacker - é (muito) mais fácil do que você pensa
PPTX
Canal Coding Night - Sua primeira aplicação com Blazor
PDF
HTML5 e CSS3 : Por onde começar no mercado editorial ?
PDF
Beyond Ruby with NodeJS - RubyConf Brasil 2010
Web: funcionamento, evolução e mercado
Apresentacao frameworks
OSS, Comunidade, Eventos e como sua empresa ganha com isso
Otimizando a execução de código-fonte PHP
Implementando rotinas de geolocalização
Top 10 OWASP com PHP
Misturando Demoiselle, Nuvem e Mobilidade no Latinoware 2012
Palestra / SDD / Crossbrowsing
Node.JS - Campus Party Brasil 2011
PHP: Evolução
RubyMasters 2011 - Beyond Ruby with NodeJS
Nodejs - A performance que eu sempre quis ter
Tutorial sobre Bootstrap
Aprendendo a criar plugins para o Wordpress - Richard Barros
.NET Conf 2018 - Campinas - Blazor: Utilizando C# em browsers
ZF2 Menor, melhor e mais poderoso
Seja um Perl Core Hacker - é (muito) mais fácil do que você pensa
Canal Coding Night - Sua primeira aplicação com Blazor
HTML5 e CSS3 : Por onde começar no mercado editorial ?
Beyond Ruby with NodeJS - RubyConf Brasil 2010

Mais de Er Galvão Abbott (10)

ODP
Implementing security routines with zf2
ODP
OWASP: O que, Por que e Como
PDF
Além da autenticação: Permissões de acesso com Zend Framework
PDF
Proposta de Boas Práticas e Padrões de Desenvolvimento Web
PDF
PHPBR TestFest
PDF
Preto, Branco e as Sombras de Cinza
PDF
Aplicacoes Web Com AJAX
PDF
Implementando Segurança Em Sua Aplicação PHP
PDF
Prevenindo XSS: Execute apenas o SEU código
PDF
PHP e Segurança - Uma união possível
Implementing security routines with zf2
OWASP: O que, Por que e Como
Além da autenticação: Permissões de acesso com Zend Framework
Proposta de Boas Práticas e Padrões de Desenvolvimento Web
PHPBR TestFest
Preto, Branco e as Sombras de Cinza
Aplicacoes Web Com AJAX
Implementando Segurança Em Sua Aplicação PHP
Prevenindo XSS: Execute apenas o SEU código
PHP e Segurança - Uma união possível

Último (13)

PDF
SLIDES - AULA 5 - HERANÇA - Material de Cleyton Souza - IFPB
PPT
03_slide de Gerenciamento de Projetos .ppt
PPT
04_slide Requisitos de software_capitulo4
PDF
SLIDES - AULA 2 - INTRODUÇÃO - Material de Cleyton Souza - IFPB
PPT
06_slide de Arquitetura_de_Software .ppt
PPT
09_Evolucao de software e_Refatoracao.ppt
PDF
SLIDES - AULA 7 - SWING - Cleyton Souza - IFPB
PPT
00_Apresentacao sobre o livro do sommerville_ES.ppt
PDF
SLIDES - AULA 1 - APRESENTAÇÃO - Material de Cleyton Souza - IFPB
PPT
10_ slides de Reuso sommerville cap 10.ppt
PPT
07_slides de Estilos_Arquiteturais sommerville.ppt
PPT
05_slide especificacao de sistemas de software e a uml UML.ppt
PDF
SLIDES - AULA 3 - CLASSES E OBJETOS EM JAVA - Material de Cleyton Souza - IFPB
SLIDES - AULA 5 - HERANÇA - Material de Cleyton Souza - IFPB
03_slide de Gerenciamento de Projetos .ppt
04_slide Requisitos de software_capitulo4
SLIDES - AULA 2 - INTRODUÇÃO - Material de Cleyton Souza - IFPB
06_slide de Arquitetura_de_Software .ppt
09_Evolucao de software e_Refatoracao.ppt
SLIDES - AULA 7 - SWING - Cleyton Souza - IFPB
00_Apresentacao sobre o livro do sommerville_ES.ppt
SLIDES - AULA 1 - APRESENTAÇÃO - Material de Cleyton Souza - IFPB
10_ slides de Reuso sommerville cap 10.ppt
07_slides de Estilos_Arquiteturais sommerville.ppt
05_slide especificacao de sistemas de software e a uml UML.ppt
SLIDES - AULA 3 - CLASSES E OBJETOS EM JAVA - Material de Cleyton Souza - IFPB

DRYing the Skeleton: Reducing code repetition in ZF2

  • 1. CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 1 / 26 DRYing the Skeleton www.galvao.eti.br DRYing the Skeleton: Reducing code repetition in applications
  • 2. Presidente da ABRAPHP – Associação Brasileira de Profissionais PHP Diretor da PHP Conference Brasil Contribui para a tradução da documentação oficial Atua como Zend Framework Evangelist para o ZTeam, da Zend. 20+ anos desenvolvendo sistemas e aplicações com interface web 15+ destes com PHP 7+ com Zend Framework Palestrante em eventos nacionais e internacionais Instrutor de cursos presenciais e a distância Fundador e líder do GU PHPBR Fundador* e membro do GU PHPRS Site: http://www.galvao.eti.br/ http://people.php.net/galvao Twitter: @galvao Slides e Documentos: http://slideshare.net/ergalvao https://speakerdeck.com/galvao Github: http://github.com/galvao Posts: https://medium.com/@galvao Quem?! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 2 / 26 www.galvao.eti.brDRYing the Skeleton
  • 3. Objetivo CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 3 / 26 www.galvao.eti.brDRYing the Skeleton DRY > WET ZF pode ser DRY
  • 4. Disclaimer! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 4 / 26 www.galvao.eti.brDRYing the Skeleton ! A Skeleton é
  • 5. Disclaimer! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 5 / 26 www.galvao.eti.brDRYing the Skeleton ! A Skeleton um erro é
  • 6. Disclaimer! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 6 / 26 www.galvao.eti.brDRYing the Skeleton ! A Skeleton um erro um mau exemplo é
  • 7. Disclaimer! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 7 / 26 www.galvao.eti.brDRYing the Skeleton ! A Skeleton um erro um mau exemplo um código mal escrito é
  • 8. Disclaimer! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 8 / 26 www.galvao.eti.brDRYing the Skeleton ! A Skeleton um erro um mau exemplo um código mal escrito um código para todos governaré
  • 9. Fato! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 9 / 26 www.galvao.eti.brDRYing the Skeleton A Skeleton é é é é
  • 10. CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 10 / 26 www.galvao.eti.brDRYing the Skeleton A Skeleton uma introdução é é é é Fato!
  • 11. CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 11 / 26 www.galvao.eti.brDRYing the Skeleton A Skeleton uma introdução um exemplo de uso é é é é Fato!
  • 12. CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 12 / 26 www.galvao.eti.brDRYing the Skeleton A Skeleton uma introdução um exemplo de uso um tutorial é é é é Fato!
  • 13. CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 13 / 26 www.galvao.eti.brDRYing the Skeleton A Skeleton uma introdução um exemplo de uso um tutorial um começoé é é é Fato!
  • 14. Problemas... CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 14 / 26 www.galvao.eti.brDRYing the Skeleton x “Incoerência” x WET – WETWET – WETTT x Relacionamentos?!
  • 15. Incoerência CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 15 / 26 www.galvao.eti.brDRYing the Skeleton http://framework.zend.com/manual/current/en/user-guide/database-and-models.html
  • 16. Incoerência CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 16 / 26 www.galvao.eti.brDRYing the Skeleton http://php.net/manual/en/types.comparisons.php Expressão !empty !is_null “” false true null false false true true true false false true 1 true true 0 false true “1” true true “0” false true “true” true true “false” true true
  • 17. WETWET CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 17 / 26 www.galvao.eti.brDRYing the Skeleton http://framework.zend.com/manual/current/en/user-guide/database-and-models.html
  • 18. WETWET CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 18 / 26 www.galvao.eti.brDRYing the Skeleton http://framework.zend.com/manual/current/en/user-guide/database-and-models.html 11 Linhas de código-fonte x Entidade
  • 19. WETWET CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 19 / 26 www.galvao.eti.brDRYing the Skeleton http://framework.zend.com/manual/current/en/user-guide/database-and-models.html 11 Linhas de código-fonte x Entidade Além de find/save/erase/etc… por Gateway...
  • 20. Existem “programadores”... CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 20 / 26 www.galvao.eti.brDRYing the Skeleton x “Incoerência” x WET – WETWET – WETTT x Relacionamentos?!
  • 21. CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 21 / 26 … e PROGRAMADORES! x “Incoerência” x WET – WETWET – WETTT x Relacionamentos?! www.galvao.eti.brDRYing the Skeleton
  • 22. Incoerência CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 22 / 26 www.galvao.eti.brDRYing the Skeleton
  • 23. WETWET < DRY! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 23 / 26 www.galvao.eti.brDRYing the Skeleton
  • 24. WETWET < DRY! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 24 / 26 www.galvao.eti.brDRYing the Skeleton
  • 25. Relacionamentos FTW! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 25 / 26 www.galvao.eti.brDRYing the Skeleton
  • 26. Obrigado! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 9/27/15 - 26 / 26 www.galvao.eti.brDRYing the Skeleton ? Dúvidas? ↓ Críticas? ↑ Elogios?!