@cur8orofearth@anishmoonka I got one of those empty boxes for Christmas that year. I still have the figures - all four of them - they came that summer in the mail - well loved and treasured.
@nickchapsas I use it for selectively showing code for presentations as well as hiding commented out code during refactoring. Once I’m good the commented out code gets deleted - it’s in version control. Does it have a place in live code? Probably not.
Wondering what can be done to address what I’m calling “package sprawl”. We saw it with JavaScript development and it’s alive and well in .NET as well. You shouldn’t need to include a package for basic tasks. Choose wisely when including packages in your application. #dotNET