Over-Engineering Rogue System Design Phase 2, Step 2

Here, we're diving deeper into the depths of complexity.

	require('over-engineering');
	function rogueSystem() {
			// Create 3000+ dependencies
			// Introduce 10+ edge cases
			// Make sure it's impossible to use
			return 'Rogue system successfully implemented';
	}
	const result = rogueSystem();
	console.log(result);

Next step: Step 3: Prototyping the Solution