prog: (Default)
prog ([personal profile] prog) wrote2006-11-25 11:58 am
Entry tags:

Hey you coders

These questions aren't language-specific; consider the questions as pseudocode. Pretend that the underscores are actually studlyCaps if you'd like.

Also, don't worry about return values of the mutators, which is a separate question.



[Poll #875101]

[identity profile] dougo.livejournal.com 2006-11-25 09:52 pm (UTC)(link)
I should mention that (setf (foo object) new-foo-value) is pretty much equivalent to the object.foo = new_foo_value that [livejournal.com profile] brentdax likes.