popcodeorg / popcodeorg/popcode
Automatic obfuscation
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 191
- Forks
- 143
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 5
Description
When creating in-class activities, it’s helpful to be able to provide students with a fully working solution to use as a reference. However, we don’t want to hand over solution code.
An easy workaround is to obfuscate the solution code that’s provided to the students. There are online obfuscators available for HTML, CSS, and JavaScript, but why do all the repetitive work of pasting code into them? Let’s provide a built-in obfuscation function.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by examining how the editor handles HTML, CSS, and JavaScript activity content, then define the obfuscation scope and user flow; done means students receive obfuscated working solutions without the original source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html, javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100