Rob Wells

12,470
Reputation
696 views

Registered User

Name Rob Wells
Member for 1 year
Seen 3 hours ago
Website
Location London, UK
Age 52

An Aussie currently located in Maidenhead in the UK. I'm proud to have worked in France, Germany, Ireland, Norway and Australia.

Currently working on large scale web-sites.

Really, really big sites?

Yep. How about 750,000 plus updates per day of 700GB+ content?

And exabyte numbers for streaming per month

Big! :-)

6h
awarded  Mortarboard
2d
comment How to redirect stdout and stderr from csh script.
Oooh. good call to split it into two scripts. +1 Still don't think you should be sticking with csh though! (-:
2d
revised How to redirect stdout and stderr from csh script.
Fixed typo
2d
comment How to redirect stdout and stderr from csh script.
@Shelly, oops. forgot you wanted to duplicate to console.
2d
revised How to redirect stdout and stderr from csh script.
Added append option
2d
comment How to redirect stdout and stderr from csh script.
@Shelly, added. (-:
2d
revised How to redirect stdout and stderr from csh script.
Added example bash script version
2d
answered How to redirect stdout and stderr from csh script.
Dec
3
accepted How do I implement a test framework in a legacy project
Dec
2
revised How do I implement a test framework in a legacy project
Added note about aligning on understanding of "good" unit tests
Nov
30
revised How do I implement a test framework in a legacy project
Added more points about TDD and regression testing
Nov
30
comment How do I implement a test framework in a legacy project
@Yishai, good point about the potential effects of late introduction of TDD. I think it could be added for completely new code though iff people know TDD already. Learning TDD, xUnit frameworks and unit testing basics all at once is not going to work well!
Nov
30
comment How do I implement a test framework in a legacy project
@Skoog, no probs! Get them to vote me up! (-:
Nov
30
revised How do I implement a test framework in a legacy project
Added notes about test classes vs. test methods
Nov
30
comment How do I implement a test framework in a legacy project
@Skoog, just added a link to an excellent intro to unit testing.
Nov
30
revised How do I implement a test framework in a legacy project
Added note about intro to unit testing pdf.
Nov
30
revised How do I implement a test framework in a legacy project
fixed layout
Nov
30
revised How do I implement a test framework in a legacy project
Added note about cataloguing test types.
Nov
30
answered How do I implement a test framework in a legacy project
Nov
30
comment How do I implement a test framework in a legacy project
@Ewan, agreed. +1
Nov
28
comment Incrementing in C++ - When to use x++ or ++x?
Just added the language to the question so that it's easier to see in searches.
Nov
28
revised Incrementing in C++ - When to use x++ or ++x?
Added language to question to help searches
Nov
27
comment What are good and bad ways to document a software project?
@schoetbi, i agree but that is a very specific area of the documentation. I've seen wikis work very successfully when a split happened for different versions of a project. When the split happened, new pages were created to document the individualities of the versions. That is, one page covering the common aspects and then that page is updated with links through to the new pages that are used to specify the specific aspects of the new versions that are different.
Nov
25
comment How to link to VS2008 generated .libs from g++
@Ben, Yikes! It's not looking good. Sorry mate.
Nov
25
revised Class Identifier used inside the class declaration. Is it a good practice?
added note about class dec. vs. class def.
Nov
25
answered Class Identifier used inside the class declaration. Is it a good practice?
Nov
25
answered What are good and bad ways to document a software project?
Nov
25
answered How to link to VS2008 generated .libs from g++
Nov
23
answered How can I get the “full” makefile if a Makefile contains “include”?
Nov
23
comment What is the reasoning behind the Makefile whitespace syntax?
@Ned, I thought makefiles accepted more than one space and weren't limited to one and only one TAB character.
Nov
19
comment What is the reasoning behind the Makefile whitespace syntax?
@Pavel, just posted an answer. BTW +1 for the comment.
Nov
18
answered Getting the name of the makefile from the makefile
Nov
18
comment What is the reasoning behind the Makefile whitespace syntax?
@Ned, yep agree with you. I guess by making it a "Thou shalt tab!" we don't have to worry about discussions like those about being Pythonic! (-:
Nov
18
asked What is the reasoning behind the Makefile whitespace syntax?
Nov
18
comment how to turn off a unit test in CPPUnit
@rmeador, added a bit more info and a suggestion
Nov
18
revised how to turn off a unit test in CPPUnit
Added thoughts on modifying CruiseControl behaviour.
Nov
17
answered how to turn off a unit test in CPPUnit
Nov
17
awarded  Fanatic
Nov
17
comment C++ linker - Lack of duplicate symbols
Flag dupes as errors. Or flag them as warnings.
Nov
16
comment C++ linker - Lack of duplicate symbols
@R. Pate, agreed. But it'd be nice to switch behaviour wouldn't it.
Nov
16
comment C++ linker - Lack of duplicate symbols
@Bob, no. neithet did I. )-:
Nov
16
revised C++ linker - Lack of duplicate symbols
Added g++ options for C++ std behaviour.
Nov
16
revised C++ linker - Lack of duplicate symbols
Fixed typo
Nov
16
answered C++ linker - Lack of duplicate symbols
Nov
16
accepted What’s wrong with this Makefile?
Nov
16
revised What’s wrong with this Makefile?
Fixed formatting
Nov
16
answered What’s wrong with this Makefile?
Nov
15
comment Vim: Traversing text in Insert mode
@Pavel, good answer! +1
Nov
14
answered In C how do I print filename of file that is redirected as input in shell
Nov
14
answered managing multiple software projects