Paul-Sebastian Manole
Paul-Sebastian Codes

Paul-Sebastian Codes

Follow
homebadgesnewsletter
Tag

patterns

#patterns

More content

Read more stories on Hashnode


Articles with this tag

Stop destructuring component props in TypeScript

Aug 31, 20235 min read 2.9K views

Short rant I sort of hate object destructuring in TypeScript. In JavaScript, it's fine. But not really in TypeScript. It doesn't seem suited for...

Stop destructuring component props in TypeScript

A solution to Deep Cloning in C#

Sep 24, 20217 min read 5.8K views

First of all, cloning an object in C# usually mean to create a new instance of the same type with all data copied from the original instance over to...

A solution to Deep Cloning in C#