Forgot your password?
typodupeerror

Comment Re:In my CS curriculum (Score 1) 411

> When I am really programming, I write code

This much is obvious, since "to program" means "to write code".

> not use-case diagrams or class models

Again, this is obvious because you don't use use-case diagrams or class models when you code. You use them when you design. Design should come before you even write one line of code.

Slashdot Top Deals

A bug in the code is worth two in the documentation.

Working...