I am teaching myself how to program. But there seems to be a big gap between intro courses/resources (CodeCademy, O'Reilly books, Learn X the Hard Way) and Actually Doing Things. Help me figure out a road plan?
[more inside]
posted by Phire
on May 6, 2013 -
16 answers
When an interviewer asks an interviewee for a programming job to design an object-orientated elevator control system, what are they looking for in a good answer?
posted by Artw
on Jan 30, 2013 -
8 answers
OOP class design conondrum. I am designing a set of classes for an online survey/quiz engine. I need some help with designing my classes.
[more inside]
posted by therubettes
on Jul 26, 2012 -
7 answers
I'm looking for brilliant metaphors to explain the ins and outs of object-oriented programming. Know any?
[more inside]
posted by Shepherd
on Apr 6, 2012 -
15 answers
What are some good programming challenges that encourage the use of Object Oriented programming?
[more inside]
posted by mccarty.tim
on Oct 27, 2011 -
17 answers
I'd like to sharpen my PHP skills and finally tackle OOP, classes, etc.. There's an overwhelming amount of tutorials online, so I was wondering if you had a favorite one (or ones) that helped you hone your OOP skills.
[more inside]
posted by bjork24
on Apr 23, 2009 -
7 answers
Help me choose between Python and Java for a specific type of programming.
[more inside]
posted by eebs
on Mar 20, 2009 -
27 answers
Anyone here have any experience with programming using the Canon camera control toolkit? (EDSDK2.3, C++, for windows)
[more inside]
posted by StickyCarpet
on Apr 14, 2008 -
1 answer
Does anyone know of a book (site, magazine, DVD, anything) that, preferrably communicated in a non-specific programming language (e.g. - pseudocode, if possible), illustrates real world pros and cons of procedural vs. OOP coding and vice versa?
I don't want a religous war on why one is better than the other; but rather a (fairly) objective look at both with the who/what/where/when/why/how of any specific reasons for more efficient use of either.
posted by crankydoodle
on Feb 20, 2005 -
10 answers
OOPFilter - How do you decide when to use a Collection of Objects with Properties vs. one Object containing a Collection for each Property? [mi]
[more inside]
posted by badstone
on Aug 11, 2004 -
23 answers
Can anyone suggest a book, website, etc. that describes the process of breaking a problem down in order to write a program. I have struggled for far too long trying to figure out how to write a program from scratch only to be stumped by the logic involved.
This question, I think, is outside of a specific language or philosophy (Java, OOP, et al.). It's just something I haven't been able to get my head around.
posted by grefo
on Jan 11, 2004 -
15 answers