things in programming that seem easy but are actually hard
- measuring the elapsed time between 2 events
- doing something at least once
- checking if 2 pieces of text are equal
things in programming that seem easy but are actually hard - measuring the elapsed time between 2 events 4 comments
doing something exactly once is basically impossible |
- it's really easy to use a non-monotonic clock. even supposedly monotonic clocks are sometimes not
- crashes
- unicode sucks lol