Search Results

0
votes

While coding, how many columns do you format for?

When I am caring, I code to 80 columns. I use a number of things to try and do this, including the "line" that others talked about on the UI. It also helps me put two codes side by side in a wide …
1
vote

testing classes

It sounds like you don't want Unit testing, which is correctly the verification that the interface of a class works. You shouldn't have to change your class at all in order to do unit testing. If …
1
vote

What should coding guidelines do, and are there any good examples of guidelines?

In general, I would want guidelines to answer the questions that you would normally ask but would take too long to answer, and that might be "personal preference" if you were just coding alone. Us …