PacktPublishing / Node.js-Design-Patterns-Third-Edition

Node.js Design Patterns Third Edition, published by Packt
https://www.nodejsdesignpatterns.com/
MIT License
1.56k stars 477 forks source link

Exercise Files #77

Open aranya-danno opened 3 months ago

aranya-danno commented 3 months ago

Hi, where are the exercise files? Packtpub links over here. But cant find them here.

lmammino commented 3 months ago

Hello @aranya-danno, If you are looking for some readers solutions there's a wiki here: https://github.com/PacktPublishing/Node.js-Design-Patterns-Third-Edition/wiki/Node.js-Design-Patterns-Third-Edition---Exercise-Solutions

aranya-danno commented 3 months ago

Hi @lmammino, I am looking for the actual exercise files for each chapter.

lmammino commented 3 months ago

We don't have templates for the exercises if that's what you are looking for. Most of the exercises are about implementing a function or modifying some code that was already presented in the chapter, so it should be easy enough for you to start from an empty file. If you find yourself intimidated by that, looking at other people's solutions might give you some pointers. Keep in mind that every exercise can be solved in many different ways, so you have total freedom to come up with your solution too!

I hope this helps