vote up 4 vote down star
2

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 ones 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".

flag

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
1  
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

10 Answers

vote up 4 vote down check

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

link|flag
vote up 3 vote down

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

link|flag
More like "IBM/Microsoft/Gartner says to do it this way". Still, I upvoted you – rpetrich 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
vote up 1 vote down

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|flag
vote up 3 vote down

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|flag
vote up 3 vote down

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|flag
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
vote up 5 vote down

"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|flag
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. – Ash Oct 11 '08 at 6:29
vote up 0 vote down

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|flag
vote up 1 vote down

@Ash

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

Kind Regards

link|flag
vote up 2 vote down

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|flag
vote up 2 vote down

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|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.