views:

34

answers:

1

Hi everyone, I liked stackoverflow very much and just got registered. As I am a beginner in programming, most of the time i just implement/code my tasks directly not even thinking of creating any dfd's, flowcharts or other tools for my new classes and methods.

In some interviews i was asked what process do you follow and i was confused as i am not very used to follow any standards.

So If some experts can help me that what steps and in what order are the best practices for solving/approaching any task in programming. And how important these are? Plz provide some Info.

Thanks

A: 

Behavior Driven Development would be a good start. It turns your customer's requirements in to coded tests.

Dr. Zim
Hello Dr. Zim. I don't know much about Behaviour Driven Development. Can I get some easy to understand info/links regarding this. Or are there other alternatives to this type of development technique.
jkm
This isn't the best example, but it's certainly a decent one: http://blog.wekeroad.com/mvc-storefront/kona-3/. There is a video at the bottom that discusses the practice. I found it useful.
Dr. Zim
http://blog.dannorth.net/introducing-bdd/
Dr. Zim

related questions