Skip to content

Wikityreh

This Wiki is a starting point for software development projects and one of my electronic memories.

Basic hints for Software Development

This is a list of methods and paradigms that help me getting better in software development.

Setup a mouseless development environment

To setup my mouseless development environment I followed this book by Matthieu Cneude and I really recommend it. The mouseless development environment is about using the mouse as less as possible to feel more comfortable and be more productive as a developer. You will see what I mean when you start using this approach in your daily development.

Follow the 12 factor app guide

The 12 factor app guide is a really good list of methodologies building software.

Clean Code

Source code is read much more often than it is written, so it is important to keep the code clean. What this means is explained by Robert C. Martin in his book Clean Code.