Linked by Thom Holwerda on Wed 24th Jun 2009 14:10 UTC, submitted by TuxJournal.net
Window Managers We're all pretty much versed in the worlds of GNOME, KDE, and to a lesser degree, Xfce, and while there are lots of alternatives, none of the smaller ones really seem to gain much traction beyond their fans. An exception is LXDE, a small and resource efficient desktop environment.
Permalink for comment 370176
To read all comments associated with this story, please click here.
RE[5]: Comment by flynn
by OSGuy on Thu 25th Jun 2009 07:14 UTC in reply to "RE[4]: Comment by flynn"
OSGuy
Member since:
2006-01-01

I wouldn't say that. But for example, back in 1990 every programmer *must* know how to do manual memory management. Manual memory management is hard and requires a lot of education and training. Today most programmers don't know how to do manual memory management because we have garbage collectors.
Programmers who know how to do manual memory management are more expensive, but for most applications we don't need these skills.


What exactly is hard in manual memory management? You just need to keep track of every object you create. You delete it when you are done with it. I always allocate the objects I need within classes and in the class' destructor, I delete them if they are not NULL.

Edited 2009-06-25 07:18 UTC

Reply Parent Score: 2