What sort of best practices coding do you use?
-
Do you/your company enforce best practices? Do you do code reviews to enforce them, or use FxCop or other automated means? If you don't adhere to any best practice document/utility, why not? Would you agree or disagree that most of us don't use coding best practices? Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithWe use all the perfmons we could, and test objects appart to get an idea of the speed. (Always focus on speed, not resources :rolleyes:) We look FxCop but we know there is a lot of things that we could not implement, time is money, so what we do is putting better in the next project (learning from the mistakes). The important thing is we have design our libraries explaining almost everything for the new people, and there are updated on every project. So in a few projects more will complete all fxcop specifications for our global libraries like database connection, then phase 2 will be clrprofiler tunning :-D
Alejandro Daza Ingeniero de Sistemas Universidad Nacional de Colombia
-
Marc Clifton wrote:
I guess that's where places like Code Project come in
So we need a CodeReview forum!!
ed ~"Watch your thoughts; they become your words. Watch your words they become your actions. Watch your actions; they become your habits. Watch your habits; they become your character. Watch your character; it becomes your destiny." -Frank Outlaw.
Brilliant idea... but Some things are more subjective than others, best practices for you might not be best practices for someone else, I know my code is noobish, but finding your own rule set for programming is important, then sticking to it. I fear that a CodeReview forum would just become a R18 flaming forum, and no conclusions will really be reached. for (int iq = 0;iq > -1;iq++);
-
Brilliant idea... but Some things are more subjective than others, best practices for you might not be best practices for someone else, I know my code is noobish, but finding your own rule set for programming is important, then sticking to it. I fear that a CodeReview forum would just become a R18 flaming forum, and no conclusions will really be reached. for (int iq = 0;iq > -1;iq++);
True enough. It would probably dwarf the SoapBox! :laugh:
ed ~"Watch your thoughts; they become your words. Watch your words they become your actions. Watch your actions; they become your habits. Watch your habits; they become your character. Watch your character; it becomes your destiny." -Frank Outlaw.