The best applications are coded properly. This sounds like an obvious statement, but by ‘properly’, I mean that the code not only does its job well, but is also easy to add to, maintain and debug. The main reason for using a consistent set of coding conventions is to standardise the structure and coding style… Continue reading Coding Style Guide
Month: April 2017
Sass Guidelines
“Syntactically Awesome Style Sheets” As name suggests they improve CSS syntax by extending its features. It simplifies development by managing CSS changes easier. It is a preProcessor for CSS means all Sass files are compiled into one css file once its ready. In application while writing any classes or modifying css, Sass syntax and rules are… Continue reading Sass Guidelines