I was fired from my job suddenly and unexpectedly the end of last week. After thanking God for the time I had there, I've been asking for him to guide me to whatever I should do next. If you're willing, please say a prayer for me asking the same.
Thanks, hope you had a blessed Sunday.
...I inserted passwords to modify or alter much of my code. So when they did eventually fire me they lost access to all the coding and script i had written. LOL
Now i'm just doing gigs for cash and only making about $600-$1000 cash per week. More free time on my hands to work on the farm, though. I'm building another shed and installing some solar panels and gutters. Actually i have too many ongoing projects to list.
I even tried to introduce a project in which common, generic classes and functions are stored for everyone to use. It would have had a lot of advantages to save time and effort, and have some developer cooperation, refinement of code, etc. The project could be compiled into a DLL, or singular .cs files could be copied, or even both (just in case).
Nobody cared. Nobody even looked at it. Nobody even cared to listen. One time in private I even offered a major performance increase alternative for the first big project I worked on... nobody cared either.
Anyway, I continue to use all of these for myself. Things like TwoKeyDictionary<Key1, Key2, Value>, or CooldownTimer that has a warmup and cooldown time. A DebugTool class that greatly helps with debugging. Or functions like Clamp, RoundToInt, statistical stuff, Randomizer to generate any type of randomized values or strings. Now it has some quite complicated things even, like a memory pool that yields special MemoryStreams that are reused for maximum performance.
And the project I offered was a communication library for clients and servers, which is now the basis for my main project.