SOLID Design Principles
Agile Software Development - Bob Martin Book is based on developing in Java/C… some interpretation for ruby.
Single Responsibility Open Closed - open for extension … closed for modification Liskov Substition
| # Description: Boxstarter Script | |
| # Author: Vitor Pellegrino <[email protected]> | |
| # Based on Jess Frazelle's <[email protected]> boxstarter script | |
| # Last Updated: 2020-10-30 | |
| # | |
| # Install boxstarter: | |
| # . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
| # | |
| # You might need to set: Set-ExecutionPolicy RemoteSigned | |
| # |
| git :init | |
| plugin 'rspec', | |
| :git => 'git://github.com/dchelimsky/rspec.git', | |
| :submodule => true | |
| plugin 'rspec-rails', | |
| :git => 'git://github.com/dchelimsky/rspec-rails.git', | |
| :submodule => true | |
| plugin 'exception_notifier', | |
| :git => 'git://github.com/rails/exception_notification.git', |
| <!-- | |
| ATENÇÃO: os links estão ordenados alfabeticamente. Siga esta nomenclatura ao adicionar o seu. | |
| --> | |
| <h2>#horaextra</h2> | |
| <ul id="blogroll"> | |
| <li><a href="http://tapajos.me/?utm_campaign=horaextra">Marcos Tapajós</a></li> | |
| <li><a href="http://rafael.adm.br/?utm_campaign=horaextra">Rafael Lima</a></li> | |
| <li><a href="http://rafael.tauil.com.br/?utm_campaign=horaextra">Rafael Tauil</a></li> | |
| <li><a href="http://ramonpage.com/?utm_campaign=horaextra">Ramon Bispo</a></li> | |
| <li><a href="http://mergulhao.info/?utm_campaign=horaextra">Sylvestre Mergulhão</a></li> |