software-engineering-handbook icon indicating copy to clipboard operation
software-engineering-handbook copied to clipboard

References and practical information on Software Engineering

Results 9 software-engineering-handbook issues
Sort by recently updated
recently updated
newest added

For example, pylint for python scripts and any static checking for yamls

enhancement

One of the first questions some people ask when first introduced to Docker is: what are the requirements for compatibility between an image and the host OS on which it...

enhancement

Docker overviews sometimes focus on the top-down description with analogies to Docker being a lightweight VM or similar. A bottom-up context is, instead, an analogy with application dependency packaging &...

enhancement

Call 'handbook build' command automatically to always keep the Handbook folder on the GitHub repository current with the contents (guides and topics) and config files. Suggested by @richardapeters to eliminate...

enhancement

It would probably be beneficial if the repo runs automated build tests on each PR and each push. Things that can be tested: - Markdown style - can be done...

enhancement

Perhaps it will be useful to have the navigation builder also add breadcrumbs on top of all the navigation pages? ![image](https://user-images.githubusercontent.com/2405099/41163401-3948232e-6b41-11e8-8bdb-6961829ea183.png) This could either be done by the builder itself,...

enhancement