Re: Base64 encoding of NSImage
Re: Base64 encoding of NSImage
- Subject: Re: Base64 encoding of NSImage
- From: "Richard Altenburg (Brainchild)" <email@hidden>
- Date: Sun, 01 Jul 2012 20:30:28 +0200
Op 1 jul. 2012, om 19:38 heeft Jens Alfke het volgende geschreven:
> It's always better to use an already-tested library than to roll your own, if it's feasible.
Often you are not sure about the status of code you find online. Has it really been tested? Does it still work on my system, with my SDK? And worse of all, if something does break, how can I fix it if I don't understand what that code is actually doing? That is my greatest fear: not being able to support my own software because I made it rely on 3rd party code that I do not understand.
But I get the idea, including more newly written code does of course mean more testing and more possible bugs. So if you find a trusted source for your wanted code, I guess it would be okay to use it, I would also do it. But just look at that stackoverflow.com link I gave earlier, and the discussions about the solutions given. It is not that easy to find quality code that you can build release quality products on, I think...
I hope I am wrong, I need a few decoders and encoders and socket libraries myself currently ;-)
[[[Brainchild alloc] initWithName:@"Richard Altenburg"] saysBestRegards];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden