I have been looking at the naming conventions used by many larger sites for styles and javascript functions and came across facebook using class names such as class="_2t-f"
and just wondering if this is done for a specific reason or if this is just a choice as opposed to intuitive class naming such as class="text-center"
I have tried to do research into this and have came across the Facebook Haste system and the Phabricator Celerity system but they seem more focused on versioning and requiring static resources as opposed to naming conventions. Thanks.