All Questions
2 questions
17
votes
4
answers
7k
views
Why does Facebook obfuscate the names of CSS classes?
If you look at the source code of a website such as Facebook, you'll see many classes as such:
<div class="_cy6 _2s24"><div class="_4kny"><div class="uiToggle _8-a _1kj2 _4d1i _-57 _5-...
2
votes
1
answer
129
views
When making a change to a single table in our app, should we minimize the scope of our change, or follow best practice for css/jsp coding?
My co-worker has been assigned the task of editing one of our Java application's tables. She is almost done, but needs to make one final adjustment to the table - this requires her to add a CSS ...