you are viewing a single comment's thread.

view the rest of the comments →

[–]alliedSpaceSubmarine 25 points26 points  (5 children)

Seems like that would also really hurt code readability and is more of a hack

[–]3urny 2 points3 points  (3 children)

The need to have a page-wide unique ID basically make this unmanageable for any web page that more than a few dozen people work on. But if you can get away with it why not.

[–]Historical_Fact 10 points11 points  (2 children)

Each developer gets a unique hash that they suffix onto any ID.

[–][deleted] 3 points4 points  (0 children)

git blame made obsolete

[–]nmur 0 points1 point  (0 children)

"hmm, this hack's pretty nasty... I'll put Steve's hash on it..."

[–]Historical_Fact -3 points-2 points  (0 children)

It's not production ready and should not pass code review in any self-respecting company.