Tagged in

Development Process

Engineering Game Development
Engineering Game Development
Opinions and discussions on coding, engineering, and anything in-between. The only thing missing will probably be a review of FORTRAN…
More information
Followers
6
Elsewhere
More, on Medium

I’ll just refactor that…

I originally posted this to #AltDevBlogADay on Saturday November 12, 2011.

Refactor: Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.

Is It Green Yet? Improving Our CI Process

I originally posted this to AltDevBlogADay on Friday 15th July 2011.

Having a Continuous Integration server running is one of the most useful and powerful tools a development team can use. Constantly checking the state of the code…