9,700 reputation
1542
bio website thehungersite.com
location United Kingdom
age 44
visits member for 2 years, 1 month
seen 6 hours ago
stats profile views 291
experienced software engineer with many years in the industry, mostly c++ for large-scale, high-reliability systems.

May
1
awarded  Necromancer
May
1
answered Looking for a freeware NoSql key-value database to offload a Java HashMap
May
1
comment Creating a coding standards document
@BartvanIngenSchenau there's no reason why you need them for C++, or why you don't need similar sections for other languages - you can make a mess out of C# or JS or .. well, anything. All languages have 'features that can be misused'. Best to train your devs to be good at their job instead of filling the standards document with "how not to code" mini tutorials.
May
1
answered Creating a coding standards document
May
1
answered Distributed SVN?
Apr
29
revised How to port cli c++ program with GNU libraries from windows to Linux
added 36 characters in body
Apr
29
answered How to port cli c++ program with GNU libraries from windows to Linux
Apr
29
answered How can I test parts of my application against the output of third party application?
Apr
28
comment Coding style (do more, then simplify)
shock, horror... you have to think and design before coding.. I thought that approach went out in the 90s :-)
Apr
27
awarded  Custodian
Apr
27
reviewed Approve suggested edit on Multilingual Windows Based Application
Apr
25
comment Is the algorithm more important than the programming language?
and in fact this is what happens in a lot of industries, games for example have a lot of Lua code that glues C++ code together for both performance and productivity.
Apr
25
comment How should I implement code review in this situation?
trac / redmine - they do almost exactly the same things... redmine just looks prettier :)
Apr
24
answered How should I implement code review in this situation?
Apr
23
comment What is the best way to prove that in-code documentation is greater than extensive external documentation?
screenshots aren't exactly dev documentation, but essential for user docs. Maybe they form part of internal training, and for that - the dev counts as a user. though I have worked with some complex packages where a screenshot would have helped tell me what it was supposed to do.
Apr
23
comment What is the best way to prove that in-code documentation is greater than extensive external documentation?
and I've looked at 5 million loc programs and thought.. "where's the architectural diagram?"
Apr
22
comment How much documentation is enough?
or in a more common quote: Make things as simple as possible, but not simpler - Einstein.
Apr
22
answered What is the best way to prove that in-code documentation is greater than extensive external documentation?
Apr
22
answered REST vs RPC for mobile development
Apr
22
awarded  Enlightened