|
by skeet via Jon Skeet's Coding Blog : C# on 2/28/2007 10:38:00 AM
(Disclaimer: I'm 99% sure I've heard someone smarter than me talking about this before, so it's definitely not original. I thought it worth pursuing though.) One of the things I love about Java and C# over C/C++ is the lack of .h files. Getting everything in the right place, only doing the right things in the right files, and coping with bits being included twice etc is a complete pain, particularly if you only do it every so often rather than it being part of your everyday life. Unfortunately,
... [ read more ]
|
|