csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
659 stars 215 forks source link

Constructor first vs properties first #73

Open jjavierweb opened 3 years ago

jjavierweb commented 3 years ago

What is the recommended to do? create the constructor before the class properties or the properties before the constructor?

csharpfritz commented 3 years ago

Good question... I'll answer this on today's stream and share the sample code