1
vote
3answers
250 views
What did Joel Spolsky mean by the other three methods of software management?
I've just read Joel's "Three Management methods" http://www.joelonsoftware.com/items/2006/08/07.html but I'm really interested in some of the other ones he mentioned, including:
…
4
votes
2answers
147 views
What’s the internal format of a .NET String?
I'm making some pretty string-manipulation-intensive code in C#.NET and got curious about some Joel Spolsky articles I remembered reading a while back:
http://www.joelonsoftware.c …
7
votes
5answers
388 views
What is Joel’s “two levels of abstraction”?
I was listening to the Stack Overflow Podcast #34 (59:00 - 1:02:00) and Joel mentioned the difficulty of pointers and recursion. He also mentioned thinking in two levels of abstrac …
1
vote
3answers
669 views
SQL question from Joel Spolsky article
From Joel Spolsky's article on leaky abstractions:
[C]ertain SQL queries are thousands of times slower than other logically equivalent queries. A famous example of this is tha …
2
votes
8answers
391 views
What do you think of JUnit style Unit Testing, do you favor Behaviour Driven Testing?
I don't know if you read the recent post by Joel, but basically he says that you don't need unit testing for every unit or piece of code in your code base.
"And that strikes me as …
