Monthly Archives: April 2010

diff, patch and different git repositories

Over the past year we went through a series of different development phases and got to learn a lot of different process techniques – more importantly, how things can spiral out of control and how complicated source code control can … Continue reading

Posted in General | Tagged , , | Leave a comment

using modules and mixins in ruby

Before getting started with modules and mixins, lets first find out theneed of module & mixins in OOP. In object oriented programming languages multiple inheritance is basic paradigm (child class extends behavior of base class). C++ supports multiple inheritance.Java does … Continue reading

Posted in Ruby | Leave a comment

Modules and mixins in ruby

Before getting started with modules and mixins, lets first find out the need of module & mixins in OOP. In object oriented programming languages multiple inheritance is basic paradigm (child class extends behavior of base class). C++ supports multiple inheritance. … Continue reading

Posted in Ruby | Tagged | Leave a comment