nodejs / mentorship

Node.js Mentorship Program Initiative
MIT License
585 stars 58 forks source link

[Mentorship Diary] Ben and Sneha #155

Closed Bamieh closed 4 years ago

Bamieh commented 5 years ago

[Mentorship Diary] Ben and Sneha

(Mentorship Round 2) @bcoe will be mentoring @snehasi about testing in Node.js

snehasi commented 5 years ago

Kick off Meeting Notes: July 14 2019

Introductions

@bcoe and @snehasi had the first meeting over Hangouts on July 14. We introduced ourselves, talked about our projects and expectations from the mentorship.

Initial project idea discussion

We discussed proper test coverage and the issues faced in creating complete test sets and validators while maintaining the system. We talked about nodejs code coverage and c8. Ben also discussed V8, a JS engine and sourcemaps. Our project design isn't finalized yet but we hope to create a project which is useful for the nodejs community.

Communication

We will use weekly video call, GitHub, Slack and e-mail.

Next steps

snehasi commented 5 years ago

Node.js Mentorship Meeting 2: Project Plan

Project plan as discussed by @bcoe and @snehasi

Detecting source map in executing script

Creating file with source map for testing

Caching Source Map

Rewriting Stack Trace

Next Steps

Code for calling JavaScript from C++.