Overengineering 3: The Thrill of Redundancy

Welcome to Overengineering 3, where we take the art of making things unnecessarily complex and bring it to the next level. Our team of experts will guide you through the process of adding an extra zero to every variable, a redundant check to every conditional, and a comment block to every... well, every comment.

Features

And many more! Visit our Features page to learn more.

			// This is some code
			var i = 0;
			while(i < 10) {
				i += 1;
			}
			// This is some more code
			var j = 0;
			while(j < 10) {
				j += 1;
			}
		

Need more of our expertise? Visit our Services page.