LeMixer
✅ Make set accessor of inherited prop private
Thank you a lot. Most of my projects have been the type of project you program for a couple days/weeks, maybe update some days later, but that was mostly it. So maintainability has never been a big concern for me, but I think it is time to actually worry about it ^^
41 replies
✅ Make set accessor of inherited prop private
That sounds exactly like what I need. Just using a class would have been my next choice, but I did not know about abstract until now and I wanted to use an interface just to practice using them, cause I rarely seem to find a usecase for them
41 replies
✅ Make set accessor of inherited prop private
I think that makes sense. I still have problems grasping the concept of interfaces. I have a lot of different item types and new ones might be added later. So I want a BaseItemClass, so I can use them all in a list e.g. and to make implementing new item types easier
41 replies