popcodeorg / popcodeorg/popcode
All runtime errors should appear in the console
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 191
- Forks
- 143
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 5
Description
If project code throws a runtime error, the (human-friendly) error message should appear in the console, just as it does in the bowser JavaScript console.
Combined with #1262 this might make the existing mechanism for displaying runtime errors obsolete? Although I do like how in-your-face the existing functionality is. We could certainly keep both.
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
Start by tracing how project runtime errors are currently displayed in the editor and how errors reach the browser JavaScript console. Read issue #1262 alongside this issue to determine whether the existing display should remain; done means human-friendly runtime errors appear in the console without losing the existing behavior unless the project decides otherwise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100