Posted: Mon Jul 30, 2007 7:59 am
This plu sthe lack of corprate structure is what i have to deal with at my job. i'm taking in ALOT from here and learning so much. even in the absense of the things that i want, need, love. so, when i launch my own company (hopefully within the next 1.5 years) i'll have all of this when i get the venture capital to back up the launch and hire people. lets cross our fingers.Hockey wrote:I hate:
1) Functions longer than 80-100 lines
2) Classes with more than half a dozen (or dozen at most) functions
3) Stupid comments like (Initialize variable)
4) Non-existant conventions (MyClass mized with My_Class)
5) Complicated code
6) Inconsistent file naming conventions (Smarty.php, mysmarty.class.php, etc)
7) HTML mixed with PHP - excluding template specific logic
JavaScript mashed with PHP or AJAX hell
9) Cross frame scripting
10) Monolithic applications, poor separation of concerns, etc
11) Poor file structures
Although I usually get at least one thing (an 'oh good idea' moment) on every peice of code I work on, so I guess it's not a total loss.