4

This depends mainly on the programming language with which I want or have to develop a project.

I like to use Behat for PHP and other simple things. At the moment I only have clients who want to implement projects in PHP. God knows why.

For more complicated things I like to use yeoman, but I have to say that there are also a lot of horrible generators, so I follow the official instructions more often.

Otherwise, the usual procedure:
1) git init
2) Planning of features and functions (if not already specified by the client)
3) Select frameworks (mostly necessary)
4) Start programming
5) Commit often
6) Commit often
7) Commit often

Comments
Add Comment