What's your Wheel House?
#4
Well, as you guys can see in the Libraries section, I'm one of those fellows who tend to try and write everything in a library-style format. I believe strongly in the concept of "write code once, get it working, and reuse it forever and ever".

Libraries, once written, only expand and get better over time -- which doesn't hold true if one is talking about just writing code from scratch. Take the SaveImage library for example -- it started with just BMP export ability. Once that started working, I could expand it to work with PNG files. Then GIFs. The JPG files... If I had to write a routine to save an image from scratch, there's a very good chance that whatever I wrote would be error-prone, limited-case use, and nowhere near as flexible or powerful.

The more you use and reuse library code, the more refined it gets. It only gets better over time. Wink
Reply


Messages In This Thread
What's your Wheel House? - by Pete - 11-07-2022, 10:29 PM
RE: What's your Wheel House? - by mnrvovrfc - 11-07-2022, 10:49 PM
RE: What's your Wheel House? - by OldMoses - 11-07-2022, 11:38 PM
RE: What's your Wheel House? - by SMcNeill - 11-08-2022, 12:08 AM
RE: What's your Wheel House? - by TerryRitchie - 11-08-2022, 12:22 AM
RE: What's your Wheel House? - by JRace - 11-08-2022, 03:33 AM
RE: What's your Wheel House? - by madscijr - 11-08-2022, 06:23 AM
RE: What's your Wheel House? - by Pete - 11-08-2022, 05:07 PM



Users browsing this thread: 1 Guest(s)