At the moment there are more questions tagged best-practice than Ruby or AJAX.

What are these "Best Practices" and who decides them?

And if Best Practices really exist, why are there conflicting practices for a given problem?

Edit: In the blog post that @FKCoder sited James Bachs writes about using the term "Good Practices" which make a lot more sense than Best Practices which are often used to "impress the uninitiated, or intimidate the inexperienced".

link|improve this question
this is worse than the 'how do I ask questions' question. Sheesh. – Outlaw Programmer Sep 12 '08 at 1:19
I have to agree. Please vote down stupid over-general questions like this. – 1800 INFORMATION Sep 12 '08 at 1:29
4  
1800 INFORMATION, please be polite. their are 5 upvotes & 8 answers. maybe what stupid for you can be interested to other people? – aku Sep 12 '08 at 1:53
I was quite unsure about asking this subjective question. Over the last couple of years every time i hear "Best Practice" from a developer it means "i saw lots of hits on Google" or "i have no evidence to support this". The responses on "common practice" and – Mark Nold Sep 12 '08 at 2:37
@Mark Nold, you see, site rules tell us that only programming question should be posted but some people think that programming question means "how to code X in Y". IMO such meta-questions are quite interesting and deserve right to be posted. If want dry facts I'd go to MSDN. – aku Sep 12 '08 at 5:30
I attended a job interview for a consultant position where the interviewer spent ten minutes describing why he avoided using the phrase "best practices". The expression leaves a sour taste in the mouths of those who've been victim to "best practices" that were, later, superseded by updated understanding. – kbrimington Aug 7 '10 at 19:38
I'm curious why it was decided that this question is more appropriate for meta than for SO? The question isn't about SO; it's about best practices in general. – kbrimington Aug 7 '10 at 19:41
feedback

migrated from stackoverflow.com Aug 7 '10 at 19:27

This question came from our site for professional and enthusiast programmers.

10 Answers

"Best Practice" is managmenteese for, "We've done it this way and it worked".

link|improve this answer
1  
More like "IBM/Microsoft/Gartner says to do it this way". Still, I upvoted you – user134862 Sep 12 '08 at 1:20
Well when "IBM/Microsoft/Gartner" says this way works, it does tend to carry more weight than some small ISV. – Chris Upchurch Sep 12 '08 at 1:25
I hate to see Gartner roled into a sarcastic statement like that. Their research is phenominal at points. I just haven't seen the "I sell X product thus it's the best" type of research from them that I have seen from many companies. – Dan Blair Sep 12 '08 at 3:05
feedback

"Best Practice" is the corpus of rules and recommendations that guarantee you to achieve success under given constrains.

For example in army there is a "field manual". It's a set of best practices for soldiers. When you read it for a first time, some of the recommendations look like joke, or plain idiotic. But there is blood of smart guys like you behind every line of this manual.

Also one should differ best practices and common opinion. What good for them, can kill you.

Also common sense is a good thing, but if several people tell you something, maybe they have good reasons you need to listen to.

link|improve this answer
Best practices do not <em>guarantee</em> success under given constraints at all. They are simply a guidance, widely regarded by concerned people as giving you the best chance of achieving success. Even if you follow them perfectly (acceptable constraints) you will not be guaranteed success. – user135186 Oct 11 '08 at 6:29
3  
yes, but everyone thinks their advice is the "best" practice. That's the problem. – Jeff Atwood Aug 7 '10 at 19:31
feedback

This is an interesting blog entry on best practices: http://www.satisfice.com/blog/archives/27

link|improve this answer
feedback

A recent Dilbert noted that following "Best Practices" means to do what everybody else does, so it is synonymous with mediocrity.

I think of them as being like design patterns, but they relate to procedure rather than design.

link|improve this answer
Along the same lines as Dilbert, I've heard it as making the same stupid decisions as everyone else. – Brad Bruce Sep 12 '08 at 1:33
Don't knock MEDIOCRITY! – Dan Blair Sep 12 '08 at 1:54
Needs a link to the cartoon. www.bfmartin.ca/finder to the rescue! dilbert.com/fast/2008-09-03 – MarkJ Jan 31 '10 at 18:15
feedback

Context is everything. A best practice on one project, with a certain set of constraints such as team size, technology and timeframe, on another project can actually have negative effects.

A "best practice" can have some useful effects in that it provides a starting point in approaching a specific situation, however applying them blindly, just because "that's how we did it before" is incorrect.

link|improve this answer
feedback

I think Best Practice is trying to learn from someone else's mistakes.

As for who decides them??? I think it is Steve Mcconnell.

link|improve this answer
feedback

When I have done best practices meetings with other companies we are generally looking to share ideas that have made us successful. Knowing the idea however is not all that I’m looking for, I want to know why it exists. It's one thing to have a nice managerial initiative or ideal, it is quite another to have good, solid, born from strife in the throws of doing good work idea that has made you successful. The former may possibly be valuable, the later is invaluable. That later part we can call best practices, and this is the type of thing that has made books like Code Complete, Refactoring, Peopleware, and The Pragmatic Programmer so valuable over time.

link|improve this answer
feedback

Same reason there are all-star quarterbacks, baseball pitchers and golfers who swing and move their arms differently.

Their styles may conflict in different ways, but I'm sure you could learn something valuable from each one.

link|improve this answer
feedback

@Ash

Totally agree with you about context. To me, the best best practice is common sense.

Kind Regards

link|improve this answer
feedback

For any language or domain their will idioms that will be instantly recognized and understood by anyone familiar with the field. I incorporating these will make it easier on any maintainers.

Whether these are better in any absolute sense? It depends.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged