Skip to content

Conversation

@FrenkiArt
Copy link
Owner

206 points

I hope that I scored a full 206 points, this is of course a preliminary assessment, since we are all students and I cannot give a full assessment to myself.

Scoring: Node.js basics

Check

For check simplification you have npm-scripts in package.json.
NB! Some scripts have predefined data (e.g. environment variables, CLI arguments). Feel free to change it during the check if necessary.

Basic Scope

  • File system (src/fs)
    • +6 create.js implemented
    • +10 copy.js implemented
    • +10 rename.js implemented
    • +6 delete.js implemented
    • +6 list.js implemented
    • +6 read.js implemented
  • Command line interface(src/cli)
    • +6 env.js implemented
    • +6 args.js implemented
  • Modules(src/modules)
    • +20 cjsToEsm.cjs refactored
  • Hash (src/hash)
    • +10 calcHash.js implemented
  • Streams (src/streams)
    • +10 read.js implemented
    • +10 write.js implemented
    • +10 transform.js implemented
  • Zlib (src/zip)
    • +10 compress.js implemented
    • +10 decompress.js implemented

Advanced Scope

  • Worker Threads (src/wt)
    • +10 worker.js implemented
    • +30 main.js implemented
  • Child Processes (src/cp)
    • +10 spawns child process
    • +10 child process stdin receives input from master process stdin
    • +10 child process stdout sends data to master process stdout

Forfeits

  • -95% of total task score Any external tools/libraries are used
  • -30% of total task score Commits after deadline (except commits that affect only Readme.md, .gitignore, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants