32,459 reputation
1173152
bio website
location London, United Kingdom
age
visits member for 2 years, 4 months
seen 17 hours ago
stats profile views 908

Nov
30
revised Struggling with the Single Responsibility Principle
added 1554 characters in body
Nov
29
revised Struggling with the Single Responsibility Principle
added 151 characters in body
Nov
29
answered Struggling with the Single Responsibility Principle
Nov
29
comment How to properly shield a Product Owner from outside?
A good PO should be shielding you from the outside.
Nov
29
answered How is the facade pattern different from abstraction layers?
Nov
28
reviewed Approve suggested edit on How to interview a natural scientist for a dev position?
Nov
22
revised Significance and role of Node.js in Web development
added 152 characters in body
Nov
22
comment Significance and role of Node.js in Web development
@Raynos: I was looking for the word library. It wouldn't come. Will edit. Did not know about --cluster at all though. You learn something new, ay?
Nov
22
reviewed Approve suggested edit on Significance and role of Node.js in Web development
Nov
22
revised Significance and role of Node.js in Web development
added 21 characters in body
Nov
22
answered Significance and role of Node.js in Web development
Nov
22
reviewed Approve suggested edit on A programming language that does not allow IO. Haskell is not a pure language
Nov
19
revised What version control system can manage all aspects?
deleted 23 characters in body
Nov
19
answered What version control system can manage all aspects?
Nov
19
reviewed Approve suggested edit on Why not Green Threads?
Nov
19
comment Is there a version control system that can show changes to a specific method or function?
For the very rare case when this is useful, TortoiseXXX's Blame feature is pretty powerful. You can see when the last changes were made to all lines in the method and, using the right margin, keep stepping back through those changes.
Nov
18
reviewed Approve suggested edit on Should one comment differently in functional languages?
Nov
17
comment What, if anything, to do about bow-shaped burndowns?
If you have a task which will take one developer two weeks, and is worth 10% of the iteration's points, when do you mark those points off? Also, are you as quick to decrease the total remaining if a job is less complex once you start looking into it?
Nov
17
answered How do you keep SOA DRY?
Nov
17
reviewed Approve suggested edit on Is it good practice to use functions just to centralize common code?