Giter Site home page Giter Site logo

roadtobettercrafting's Introduction

RoadToBetterCrafting

Ressources, articles, subjects, themes that would help crafting better applications

SOLID and OO Design

maintainability is about how the code is resilient to change is this code easy to change?
design by contract
tell don't ask
http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod

##ruby http://rubyrogues.com/rr-60-solid-with-jim-weirich/
http://blog.groupbuddies.com/posts/16-dependency-injection
https://practicingruby.com/

http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod

####code https://github.com/jimweirich/presentation_solid_ruby
http://selfless-singleton.rickwinfrey.com/2012/12/03/building-solid-foundations-of-oop/
http://www.sitepoint.com/solid-ruby-dependency-inversion-principle/

Testing

##rspec http://www.neo.com/2013/12/20/custom-failure-messages-in-rspec-given
test by level
tests give feedback on the design integrations tests are a scam
build a safe zone with unit tests and only use integration tests at the boundaries with vendor libs
functionnal tests / acceptance tests
mutation tests
fuzzy tests

Design By Contract

http://en.wikipedia.org/wiki/Design_by_contract

Design Patterns / AntiPatterns / Refactoring

http://sourcemaking.com/

Mistakes

fix it now find the root cause of the bug not the symptom
covers it with a unit tests

after

is this code easy to change? -> should be thought in design http://saikuro.rubyforge.org/
benchmarks https://github.com/MiniProfiler/rack-mini-profiler https://github.com/tmm1/rblineprof check sql queries done underneath

notes

Command/Query Separation


DevOps

http://www.cyberciti.biz/faq/what-process-has-open-linux-port/

#Databases ##choose the right index

roadtobettercrafting's People

Contributors

matan23 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.