Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Tools to help you better understand the code

Tools to help you better understand the code

While joining other peoples Ruby on Rails project, you need some tools better understand the code.
Remember those 4 topics:
1. Class Diagram
2. Gems
3. Test before the change
4. Take care of your team style

David Paluy

October 09, 2013
Tweet

More Decks by David Paluy

Other Decks in How-to & DIY

Transcript

  1. Tools to help you better understand other/your code David Paluy,

    @dpaluy @RailsIsrael2013 Blog: dpaluy.github.io
  2. Agenda • Working with other people's code • Class Diagram

    • Outdated Gems • Test before Refactoring • Style your code
  3. Any fool can write code that a computer can understand.

    Good programmers write code that humans can understand. Martin Fowler