HN user

obecalp

3 karma
Posts0
Comments11
View on HN
No posts found.

Pair programming is good for UI/HCIish code and so so for other types of code. Studies have shown that human are not good at multitasking even though it makes them feel productive.

Personally I think pair programming is overrated while code review is still underrated.

Most web designers don't grok <your_favorite_langauages>, but some limited template languages/tags. A web framework without template doesn't scale in terms of development resource unless you figure out a way to automatically translate a template delivered by a designer to your Smalltalk code.

Good lessons, except for 1, without doing that there'd be no Google map-reduce and Hadoop. Of course, this means you should be using Hadoop now.

Short summary: he thinks that every line of code is design because the final code is the precise spec.

This is an interesting but narrow POV. What if you "design" an algorithm in Haskell and what to "translate" to another language? Calling the "translation" process design would be a bit of stretch. Implementation seems to be an appropriate word here.

Retrieving data to process and storing back to some giant "storage units" are becoming more and more obsolete. The future is google style: data is replicated and backed up at all times and you push computation to data to explore data locality.

Paxos and consistent hashing on top of BerkeleyDB? This is getting old. 3-way replication levels at 12MB/s? Have they heard of replication pipelining?