Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
All of those so-called "problems" are actually called "playing it fast and loose, Baby!" 😎
-
zawadzio327yIn addition, the client is one of the biggest IT company with over 100k employees worldwide.
-
zawadzio327y@isaacWeisberg It is a company-made test framework done with C#. I program automated tests in C# and Python.
-
@CogInTheWheel depends on your business logic and size, can get really deep and messy really fast 😊
-
you know the code is bad when all the static classes are involved in more than 3 levels of inheritance ;)
-
pleuph7417yDepending on the amount of time given for the task, I would be so itching to refactor all over that bitch.
Related Rants
I just started a job as a junior C# dev.
My project at work includes:
-no coding style
-multiple classes in one file
-all classes are static
-who needs interfaces?
-typos in variable names
-more than 3 levels of inheritance
-conf files such as "blabla.xml"
-comments? documentation? nope
-copy&paste everywhere
Client outsourced this project to us to get the job done properly :D
Looks that I have some opportunity to show my talent.
undefined
junior
csharp
dotnet