Categories
5 Minute Tricks Hard Skills Software Development

JSON and undefined

The other day, I discussed with a colleague how to create a mapped PATCH object, that we wanted to send down the network. The issue was that we wanted to keep the code readable and easy to maintain, without loops, maps, and complex trickery. We used many libraries down the pipe, which complicated the issue, […]