Search Results

1
vote

Recommended projects for beginning programmers?

Anything that you have a need for and which you are interested in developing. Something that "scratches your itch". In other words, don't pick something to do just because other folks think …
0
votes

What should be included in a programmer’s code of ethics?

Don't ship a flawed project without a list of known bugs. …
1
vote

Which is better: shipping a buggy feature or not shipping the feature at all?

Precisely document the wonkiness and ship it. Make sure a user is likely to see and understand your documentation of the wonkiness. You could even discuss the decisi …