Add notes about motivation
This commit is contained in:
parent
0315df2819
commit
dd3edfdb96
1 changed files with 22 additions and 0 deletions
22
docs/programming/general/motivation.md
Normal file
22
docs/programming/general/motivation.md
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Motivation
|
||||||
|
|
||||||
|
## What I enjoy about programming
|
||||||
|
|
||||||
|
- Solving problems.
|
||||||
|
- The detective work of finding a bug, or figuring out how a system works,
|
||||||
|
in order to fix it or change its intended behaviour.
|
||||||
|
- Designing systems.
|
||||||
|
- Craftsmanship.
|
||||||
|
- Learning new ways to do things.
|
||||||
|
- Having control over computers.
|
||||||
|
|
||||||
|
## What I don't enjoy about programming
|
||||||
|
|
||||||
|
- Working with lazy programmers.
|
||||||
|
- Setting up tooling.
|
||||||
|
- Working on systems that don't work properly but aren't open for maintenance.
|
||||||
|
|
||||||
|
## How to stay motivated and avoid burnout
|
||||||
|
|
||||||
|
- Make time for the enjoyable work
|
||||||
|
- Minimise time spent on the irritating work.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue