Friday, April 12, 2013

OMG CSS WTF BBQ!

Bitch post about crazy shit I see in code...

table td { width: 350px }
Really? Every single table on your entire site should have the exact same width? Really???? Table widths should only be defined for the specific table.

----------------------

Okay, I am doing rights checking. The rights checking code requires a certain method to be called first to initialize underlying objects. If it is not called the rights check just returns true. Stupid AND insecure. This kind of bullshit is why people use lazy initialization...

No comments:

Post a Comment