Google+

(Original post date: 03/Mar/2010)

My way of programming the computer systems have been normal, albeit slower than the technology has evolved, I began by imperative programming applications in command line mode and have I kept more within the server components of the solutions that have developed or maintained.

However, every time I make a foray into programming mode applications GUI it always suffers from too much friction and impedance. And even when you reach the end, most often it does not end up being what you expected from the beginning.

Read on →

Here is a list of the Ruby Hooks

  • const_missing
  • included
  • extended
  • inherited
  • method_missing
  • method_added
  • singleton_added
  • method_removed
  • method_undefined

The discussion starts here, but continues on our Google+ post!