6,565 reputation
1529
bio website
location
age
visits member for 2 years, 6 months
seen 9 hours ago
stats profile views 370

Jun
5
revised Should you reward based on overall project completeness or velocity?
mostly just added some elided articles, wasn't sure about the counting bit though
Jun
5
comment Same constructor signature with different semantics?
+1 for the rectangle object, but the bool flag is just yuck
Jun
5
revised Evaluation order of the expressions
added 1 characters in body
Jun
5
comment Evaluation order of the expressions
I assume KKR was meant to be K & R?
Jun
5
revised Evaluation order of the expressions
assuming KKR is meant to be K & R
Jun
5
answered Evaluation order of the expressions
Jun
4
comment How large should an application be to warrant its own TFS Project?
possible duplicate of Should a developer always use version control
Jun
3
comment Where to learn graph theory applications
routing wires on a chip
May
31
comment What is a good forum for discussion programming values/principles?
see chat link at top of this page
May
31
comment Why would you hire in-house software developers instead of outsourcing them to develop a product for your company?
@StephenC I didn't pull it out of thin air en.wikipedia.org/wiki/Sturgeon%27s_Law (course Sturgeon probably did ;)
May
31
comment Is Notepad++ used in professional software development?
I have used it 3 times today already
May
30
comment Making Simple IF Statements Shorter
personally I'd use the shorter non-if way, suspect this should be migrated to code review though?
May
30
revised Phonetic programming language?
added 225 characters in body
May
30
comment Phonetic programming language?
I was just about to add something about Forth to my answer, so have a +1 instead.
May
30
answered Phonetic programming language?
May
30
comment Phonetic programming language?
@thorstenmüller surely the whole point of a phonetic programming language is you wouldn't pick syntax that was hard to pronounce in the first place.
May
30
comment Should I “Fight” to use development environment I want to use and how?
yes it may not be possible to do this depending on how much autonomy you have and how receptive your boss is to 'prototyping'
May
30
answered Should I “Fight” to use development environment I want to use and how?
May
30
comment What exactly makes code “clean”?
I think I might remove well-designed from your list as it seems to be somewhat begging the question
May
29
comment Is the development of CLI apps considered “backwards”?
"The development of CLI programs for users to work with directly is considered backward, and with good reason" um, no, its not that simple, hence why any sufficiently advanced GUI app end up embedding some scripting engine with its own CLI