mahnoorfatima / Assignment-WebScrapper

0 stars 0 forks source link

view - controller #2

Open neebz opened 4 years ago

neebz commented 4 years ago

https://github.com/mahnoorfatima/Assignment-WebScrapper/blob/ec53d357002a0798e84cdf7cbdd3d3e37b3b0ff4/controller.js#L12

response and request are variable for controller layer. passing them around is a bad design pattern. if you want to pass data to view layer, you should explicitly pass them as separate variables in to the method