1 repository
Instructional resources detailing techniques to hide program logic and deceive maintainers.
Distinct from Code Obfuscators: Distinct from security-focused obfuscators as this is a guide on how to write unmaintainable code manually.
Explore 1 awesome GitHub repository matching software engineering & architecture · Code Obfuscation Guides. Refine with filters or upvote what's useful.
This project is a programming satire project and a curated catalog of software anti-patterns designed to demonstrate how to write intentionally unmaintainable and fragile code. It serves as a maintainability educational resource and a study in poor design choices, using extreme examples of obfuscated logic to teach developers how to recognize and avoid technical debt. The project provides a comprehensive guide to code obfuscation, focusing on techniques to hide program logic through deceptive naming, bizarre control flows, and misleading documentation. It distinguishes itself by intentionally
Acts as a comprehensive collection of techniques for hiding program logic through deceptive naming and control flows.