Stuff you learned in school, that you have never used again?

Posted by Mercfh on Programmers See other posts from Programmers or by Mercfh
Published on 2011-03-02T12:01:54Z Indexed on 2011/03/02 15:32 UTC
Read the original article Hit count: 269

Obviously we learn plenty of things in our University/College/Whatever that probably don't apply to everyday use, but is there anything that stands out particularly? Maybe something that was concentrated ALOT on?

For me it was def. 2 things:

OO Concepts and Pointers

I still use OO, but not nearly to the amount people made it out to be, i can see where it'd be useful but in my line of work we don't have huge amounts of classes, maybe a couple at most. And there certainly isn't much OO reuse (i finally figured out what that means lol)

Pointers are another thing, again I can see where they'd be useful...however I barely barely ever touch them, nor do the others I work with. I guess language choice has alot to do with that but still.

What about you guys?

edit: For those who are asking I work for a Large Printer company, and most of the Applications we work on are Java+XML and Actionscript for "Printer Apps". But we are moving towards other languages (think like webkits and stuff). So the Code amounts per parts are quite small. I never say OO wasn't useful I just said I personally havent seen it used in my workplace much.

© Programmers or respective owner

Related posts about programming-practices

Related posts about school