max-mapper / max-mapper/messages
Since you locked it...
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 29
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Since you locked my ahem constructive criticism to a0viedo (Alejandro Oviedo), you get a PM. Heres my reply to him.
Tell me why do you think it's wrong
It needlessly complicates the lesson.
You want to make it better?
Yes
Tell me how would you change it
Scrap the whole idea of building on the previous exercise for this one. Show me (the student) the simplest way to 1) include another file as a module 2) Use a function in that module in another file (no idea how). 3) In the successive lessons, build on that.
Requirements would be : have 2 files, a.js and b.js. a.js imports a function from b.js and then calls it. The b.js function only does like console.log('in another file!');
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
Locate the lesson discussed in the issue and compare its current exercise with the requested two-file example. Use a.js and b.js as the lesson structure, and consider the work done when the lesson clearly demonstrates importing and calling a function from another file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100