roxen.lists.pike.general

Subject Author Date
"this" keyword in constructors (7.8) Mirar @ Pike importmöte för m <6341[at]lyskom[dot]lysator[dot]liu[dot]se> 10-03-2009
I use _foo for the parameter in those cases:

  private int foo;
  
  void create(int _foo)
  {
     foo = _foo;
  }
  
I don't know if that's especially pretty, but it's _one_ convention.