OOP

Out of context: Reply #22

  • Started
  • Last post
  • 26 Responses
  • rounce0

    @moth: RoR is slow as shit and breaks a lot of the guidelines of OOP, don't forget that... (DHH can suck my balls)

    I found I truly reached OOP nirvana (well I really refined my game anyways) with codeigniter (http://www.codeigniter.com/). By being forced to use a nicely layed out OO/MVC system I got into the habit of working like that even when working in other languages.

    Don't go overboard on the whole clean-code-OOP-maximum-portabili... thing. Small projects don't often need it, sometimes I find it easier to just code it from scratch in a day or two and usually end up with a more elegant solution than I had in my existing codelibrary which can then be updated with my new improved method.

    Good luck, feel free to email if you need help with this, I've got lots of resources to help you get going (and candy, so get in my van)

View thread