Part 3: Coding Guidelines
This series of blog entries describes a student project focused on developing an application by using methods like pair programming, test driven development and deployment pipelines.
An important part of any professional software development process (like ours 😀 ) are coding guidelines and methodologies, so we’ll deal with these in today’s blog entry. A fancy system we learned about in the course was the 12 factor methodology. It is mainly applicable for web-based, software as a service (SaaS) applications and defines high-level aspects an application should follow in order to remain robust and maintainable throughout its lifecycle.
You must be logged in to post a comment.