|
|
|
|
|
by ReactiveJelly
2170 days ago
|
|
Every time I do UI stuff, I tell my boss that timers are a code smell. They're either too long, and the user gets bored or confused, or they're too short and the program bucks the user off and runs on without them. "Skip" buttons don't work. If you can have a Skip button, just make it a Next button and kill the timer. |
|