Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ADA

Name: Christy McJesus !DcbLlAZi7U 2005-07-29 16:43

So I've been noticing a lot of MoD/Aerospace jobs want people who know ADA, so I figure if I learn that language I may be able to fill a niche.

Discuss.

Name: Anonymous 2005-10-23 8:48

If you're having to figure out exactly what code is being called, you're doing it wrong. OO is intended as an abstraction. If I have a method that looks like:
def foo x
    x.bar
end
What does that tell me about the type of x? That it understands the message "bar". That's all. Now if you wanted to restrict that further you could add type checking yourself.

If you don't know how to make use of powerful abstractions, that's fine, just stick with languages that don't provide them. Stay away from functional programming too.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List