Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Yannik Suhre

Yannik Suhre

Yannik Suhre has asked 1 questions and find answers to 2 problems.

Stats

59
EtPoint
18
Vote count
1
questions
2
answers

About

Programming to me is like solving a riddle. Sometimes to solve a riddle requires different languages, like Python or R, maybe even own environments in docker or venvs but they for sure all need a little bit of git. When I approach such a riddle, there are three things which are really important to me:

  1. Reproducibility, because what is your solution worth, if nobody can use.
  2. Explainability, if one cannot convey their solution clearly, then they probably did not understand it.
  3. Quality & Structure, there is more to code, than meets the eye.