Releasing poorly written software...
Posted
by
eddienotizzard
on Programmers
See other posts from Programmers
or by eddienotizzard
Published on 2011-01-08T18:11:35Z
Indexed on
2011/01/08
18:59 UTC
Read the original article
Hit count: 255
php
|spaghetti-code
I've made a poorly written, yet fully functioning website, in (shock, horror, shock) PHP. Everything works as expected, I've implemented the necessary security measures: http://php.net/manual/en/security.php and phpsec.org/projects/guide/
It's poorly written in the sense that it's a bunch of functions thrown together that do something...oddly enough I was consistent with the naming conventions.
Would you release something you were not happy with, but worked?
I would also like to point out that I don't collect much user information (username, email and password) is about it -- but it's not really the security part I'm worried about, it's the spaghetti code I've written.
© Programmers or respective owner