Trying to keep code maintainable is probably the greatest struggles in software development, which relates to CSS as well. In reality, one large element of the maintainable code is actually reducing the quantity of edits required to make a change. For instance, when you want to expand a button you’ll need to create 15 edits…
Category: Tips & Tricks
7zip issue: Total Path And File Name Length Must Not Exceed 260 Characters
Today while extracting a RAR file made with 7zip I picked up a large number of errors in the process. The problem is the path, and/or filename surpassed the 260 characters which happen to be set by 7zip. Below I will give you two tricks that will help you solve the issue. The files and…

