|
|
|
|
|
by analog31
1014 days ago
|
|
That was me. I wrote what I affectionately call "crapware," which are small apps that solve a problem but are not intended for use at scale. There was a lot of this stuff, such as little database queries, or hacking together a few industrial sensors with a crude display. Businesses ran on crapware. Maybe they still do. A few thousand lines of code that I wrote for a manufacturing fixture ran bug-free for more than a decade. I remember that just downloading and installing VB.NET was burdensome, especially in the plant where many of the computers were not networked. When VB.NET came out, programmers hung on to their VB6 disks, and kept using it for easily another decade. By the time VB6 really reached the end of the road, its replacements (e.g., Python for me) were up to speed, and free. |
|
1) See a business problem
2) Put something together to solve the problem
3) Move On