Login Register






Thread Rating:
  • 1 Vote(s) - 5 Average


[Source] Remove comments filter_list
Author
Message
RE: [Source] Remove comments #11
Please, tell me it would take you less/about the same amount of time to understand
Code:
isValid = ( char > 31 && char < 127 )  ?  : false

As it would take to read

// if char is a printable ascii character, isValid = true

Reply

RE: [Source] Remove comments #12
(05-29-2013, 12:42 AM)w00t Wrote: Please, tell me it would take you less/about the same amount of time to understand
Code:
isValid = ( char > 31 && char < 127 )  ?  : false

As it would take to read

// if char is a printable ascii character, isValid = true

This is getting ridiculous, you need to get over yourself.

Reply

RE: [Source] Remove comments #13
I'm not sure how it's ridiculous to try to teach good programming practices.

Reply







Users browsing this thread: 1 Guest(s)