Jump to content

Custom code libraries


dbo

Recommended Posts

The fun about php is most libraries are already been written a zillion times by someone else. So, Im on the lazy side. Whenever I need some new functionality I just hit phpclasses or hotscripts. If that doesn't have any solution than I offcourse "Live It". Still no help, than I just keep looking until I find the closest I can get so simple mods can get me what I want. If still unsuccesful than I would have to code myself but that never happened. So...

Link to comment
https://forums.phpfreaks.com/topic/65249-custom-code-libraries/#findComment-327990
Share on other sites

Building small sites for yourself or friends that's not a problem but when trying to do it for a business that's not usually acceptable. The reason being there's no consistency which makes readability and maintainability a nightmare. Furthermore unless you thoroughly evaluate the code there's no real way of telling a "good" script and one that sorta works. Borrowing someone's script that is riddled with security flaws is going to bite you in the ass downstream because you'll be the one held responsible.

Link to comment
https://forums.phpfreaks.com/topic/65249-custom-code-libraries/#findComment-329452
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.