Search:

Type: Posts; User: DavidP

Search: Search took 0.05 seconds.

  1. I agree 100%. I always divide my C++...

    I agree 100%.



    I always divide my C++ classes into the following sections:
    - member variables
    - constructors/destructors
    - accessors
    - modifiers
    - operators
  2. I mainly prefer "function" because I like to go...

    I mainly prefer "function" because I like to go back to programming's roots: math. Math has functions.

    I also prefer "elegant" rather than "robust". I don't mind robust though. I think it is a...
  3. I once read that a "method" is any member...

    I once read that a "method" is any member function of a class, and a "function" is any function that is not part of a class. Despite what might define a method or a function, I still despise...
  4. I despise the terms "property" and "method". I...

    I despise the terms "property" and "method". I think they are the bane of our existence.

    I think they should always be referred to as "function" and "member variable".
Results 1 to 4 of 4