Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Marcus Müller

Marcus Müller

Marcus Müller has asked 10 questions and find answers to 171 problems.

Stats

3.9k
EtPoint
1.1k
Vote count
10
questions
171
answers

About

Spending two days in a lab can easily save you up to one hour reading literature

https://stackexchange.com/users/flair/5595470.png

Pre-canned comments:

  • Please, use your code editors "indent code", "format document", … functionality to indent your code – that makes it both easier to read for us (significantly so! This is a bit of a mess!), it also helps you see bugs yourself. Professional programmers use that functionality all the time, and will reject code that was not machine-formatted, because they don't trust themselves to see bugs without that. And for beginners, it's twice as important!