Tagged Questions
The joel tag has no wiki summary.
7
votes
5answers
793 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 abstraction.
He also ...
6
votes
7answers
422 views
Was Joel right about XML being slow?
A long time ago Joel explained how various every-day coding things were slow, and this led to XML as a data store being slow: Back to Basics
Are those every-day coding things - strcat and malloc - ...
4
votes
2answers
374 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:
...
3
votes
8answers
661 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 being just a little ...
3
votes
3answers
1k 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 that some SQL servers ...
2
votes
3answers
479 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:
The Jihad Method (I ...