Skip to content

makersacademy/obfuscated_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Obfuscated Code Refactoring Exercise

This repository contains intentionally obfuscated code samples in both Java and JavaScript. The purpose is to provide material for refactoring exercises, helping developers practice improving code readability, maintainability, and structure.

Structure

  • java/Mystery.java — Obfuscated Java code sample
  • javascript/mystery.js — Obfuscated JavaScript code sample

Running the Samples

Java

To run the Java sample:

cd java
java Mystery.java

JavaScript

To run the JavaScript sample:

cd javascript
node mystery.js

Purpose

These files are intentionally hard to read. Use them for exercises in:

  • Refactoring
  • Improving code clarity
  • Applying best practices

Feel free to fork or clone this repository and submit your own refactored versions!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published