331 reputation
15
bio website
location
age 38
visits member for 2 years, 6 months
seen 2 days ago
stats profile views 21

Apr
24
comment What is the best way to prove that in-code documentation is greater than extensive external documentation?
@GlenH7, I think people missed the point: his boss' is trying to trace the code changes. What SAP process showed him is a way to achieve that traceability
Apr
24
revised What is the best way to prove that in-code documentation is greater than extensive external documentation?
answering to new edit on the question
Apr
22
revised What is the best way to prove that in-code documentation is greater than extensive external documentation?
explaining the idea of using SandCastle
Apr
22
answered What is the best way to prove that in-code documentation is greater than extensive external documentation?
Apr
3
comment Why didn't == operator string value comparison make it to Java?
See last sentence (which I separated in a proper paragraph in a edit).
Apr
3
revised Why didn't == operator string value comparison make it to Java?
added 3 characters in body
Apr
2
revised Why didn't == operator string value comparison make it to Java?
added 244 characters in body
Apr
2
answered Why didn't == operator string value comparison make it to Java?
Mar
13
comment How do I handle having so many SQL queries?
Sincerely, this one is better than the accepted answer... +1
Mar
5
comment How do you know you're writing good code?
@mplungjan Wow, REXX!!! It's (or was) a really cool system language...
Feb
27
comment My customer wants me to record a video of how I develop his software product
Nothing works better than the good old hurt in the human's most sensible organ - the wallet..... ;-)
Jan
21
comment My boss has a bad case of “Not Invented Here”
I've made in the past, and sometimes I had to reduce batches' size to get faster. Is a tuning thing.
Jan
21
comment My boss has a bad case of “Not Invented Here”
I/O normally cost a lot more than network. Even using bulk copy, there's things that get logged. A lot of I/O at the same time will make cpu get low use and hang the server until the I/O is done. Of course, this depends of how powerful is the I/O subsystem of those database server.
Jan
18
answered My boss has a bad case of “Not Invented Here”
Dec
11
answered Does a code inherit GNU GPL if it just link to GPL library?
Dec
4
answered Is “watermarking” code with random trailing whitespace a good way to detect plagiarism?
Nov
30
revised Efficient way to check for changes to the contents of folders
another suggestion
Nov
30
awarded  Editor
Nov
30
revised Can interface be not abstract?
correct examples
Nov
30
answered Efficient way to check for changes to the contents of folders