Hi. I’m working as front-end developer and I’ve a project recently. The project is web site on CMS 1CBitrix. On of most used CMS in Russia. A client has many issues and we can really help him to solve it. But one thing I want to discuss.
One of JS files has weight 1.8MB, include 36 000 lines of code and … no comments. That file is not minify. And we don’t have the opportunity to contact a programmer who build it.
All variables named kind of ‘t’,‘d’,‘m’…etc. Function named as ‘workingWithOrders’,‘showCaseBind’,‘hblkhvr’.
I’m working as front-end developer for a year and my coding style is different: comments for most functions, human reading function and variables names, and for big functions I write comment with a description of the main parts and functionality for other programmers.
My question: have you worked with coding style like that? and in generaly is it ok write programs like that?