ITea Morning – Links of the week 19
On my YouTube channel I have a project called “ITea Morning”. The idea is to make daily short videos with few links to articles for audience to read to morning…
On my YouTube channel I have a project called “ITea Morning”. The idea is to make daily short videos with few links to articles for audience to read to morning…
ITea Morning – Links of the week Few Weeks ago I started side project Called ITea Morning. The idea is to make daily short videos with few links to articles…
This short article is a small case study with two main points: The usefulness of interface with Generics and the consequences of the decision made in planning automation. The issue…
Disclaimer this article is still about c# and .NET Framework in case net core config works little different. This time we will be talking about config transformation. The Problem So if you…
The experiment of the week : So As I mentioned in this week retro. The friend of mine decided to check if my c# didn’t get rusty and showed me…
I am a firm believer in self-documenting code so if you see a code and you see the comment; it means something is wrong. Yes, there are exceptions to the…
This post is part of longer series about code smell and antipatterns in tests automation you can see more here. Today we will take a look at abuse of try…
This post is part of longer series you can see more here There are many bad practices that you can observe in the test code. Some of them are minuscule…
Single Responsibility Principle is one of the core guidelines for object-oriented programming. In short, it means one class has does one thing only. Same for methods it does exactly one…
The following post is part of series called 'Flowers.' You can find a previous entry here: Flower 1 Wet Locators This time we start with this masterpiece of an if statement.…