processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.3k stars 1.27k forks source link

In createUser function of user.controller.js file, destructuring of req.body can be done in one line #3020

Closed PiyushThapaa closed 4 months ago

PiyushThapaa commented 4 months ago

Increasing Access

To maintain code quality.

Feature enhancement details

Screenshot 2024-02-14 112726

Here, password is destructured separately while it can be done with name and email all together.

@lindapaiste @raclim please assign this one to me...