Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment More complex projects (Score 1) 126

We do pair programming for larger projects without many explicit specs. These projects require you to 'think up' use cases and requirements on the fly to ensure that your code is sufficient, complete and valid. For instance we created a replacement for a parser of complex documents that had to get classified. We had a coder with strong domain knowledge and a strong coder. Not sure what to do when n > 2.

Comment Re:Compactness and Readability (Score 1) 298

What is missing is the word 'design'. You may comment why you made a design (or write a paper on it). You may understand the design by reading the code. If you don't it is either too complex (because there is a possibility to write the same functionality with the same complexity with easier-to-read code) or you need to explain the design for it.

Slashdot Top Deals

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...