Quote:
Originally Posted by Kristi
CIS degree being Computer Information Systems is a standard college board thing.
|
So? He said it was something else and you challenged for no good reason at all, standard or not.
Speaking of aligning things, I never align equal signs, but I usually line up SQL statements between the keyword and the data. e.x.,
PHP Code:
SELECT *
FROM `users`
WHERE `id` = '1'
LIMIT 1
It becomes very nice when you get tons of joins and comparison predicates.