( For non-french readers : I am not giving up writing in english … Read the next post! ) Si vous venez d’un autre langage, le terme procédure (associé au terme fonction) doit vous dire quelque chose. Vaguement …. Allez quelques connaissances (méconnaissances) tirées de ma mémoire pour poser les bases. Par exemple, en PHP …
Monthly Archive: July 2009
Jul
10
Class : to_s or not to_s ? That is the name !
Many rubyist use the method Class#to_s instead of Class#name My purpose (shared by some programmers) is that to_s is just a String representation of the Class not its name!! Imagine you want to store an ordered list of inherited subclasses as a String so you can retrieve the inheritance order of each subclass. class Parent …
Jul
08
Opening
Hi! This is the first time I open my own blog. I am so sorry to be french. Even if this blog is written in both language (french and english) I will write mostly in english. But mine is not perfect. Sorry about that, but it is one of the way I have found to …

