Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    70
    Views
    7,964

    Re: JD1's Personal Development Blog

    As long as you don't care if anyone else can look at your code and understand it, you are free to do it any way you want.
    Then why are you posting your code here?
  2. Replies
    70
    Views
    7,964

    Re: JD1's Personal Development Blog

    Some more comments on your coding style;
    Class names should start with uppercase letters:
    class class1{
    vs
    class Class1{

    Put some white space in the statement to make them easier to read:...
  3. Replies
    70
    Views
    7,964

    Re: JD1's Personal Development Blog

    Don't limit their use to if statements.
    There is always a time you decide later and in a hurry to insert some statement at the front end of some code that is naked (without {}s) and voila a bug. ...
Results 1 to 3 of 3