←back to thread

752 points dceddia | 1 comments | | HN request time: 0.554s | source
Show context
762236 ◴[] No.36447320[source]
It is such a pain to write Win32 code that you didn't have time to add all the features that would slow down program launch.
replies(2): >>36447352 #>>36447374 #
sidewndr46 ◴[] No.36447352[source]
As cynical as this comment may be, there may be an element of truth to it. If it is time consuming to add a bunch of visual effects and transitions, you aren't likely to spend time doing that if you could instead be adding useful features.
replies(1): >>36451161 #
1. kaba0 ◴[] No.36451161[source]
Most software is not developed by a single person and adding animations have very little overlap with most functionality, so it is almost completely parallelizable.