On 4/12/11 9:36 PM, "Sridhar Ayengar" <ploopster at gmail.com> wrote:
Dave McGuire wrote:
My pet peeve are projects that drag in dozens of
libraries, which then
drag in dozens more. Of course, these then conflict with other projects'
expectations, or screw up other already running builds.
This is the new "script kiddie" way to make open source. Just mashup
a bunch of libraries and bind them together with chewing gum and
bailing wire.
Yes, It's abhorrent. Someday, maybe, hopefully, those kids will grow up.
Until then, they should get off our lawn.
I avoid hiring people who have this attitude.
Peace... Sridhar
It is what is being taught in schools, especially those using microsoft
tools. When I got my dba and client server programming degrees a few years
back., the teacher was amazed I could turn most of my projects in on a
floppy disk, everyone else had to use a Zip disk. I stripped out all the
extra crap that visual studio added so it was only what was needed on the
disk to run my programs. Even to the point of building out custom libraries
occasionally that had only what was needed to run my app. Why include a
fscking 300K library when you are only using 10K of code from it ?!?!?!?!