Welcome to REN (Regular Everyday Normal) Helper
Although the art of Software Development is based on solving a problem, how we solve the problem is also important. Are we writing our code correctly? Do we comply with SOLID principles? Answers such as whether we are making improvements in terms of performance are at least as important as achieving results. In this world of technology where there are unlimited possibilities, developing scalable, high-performance software that will meet intense demands is actually a field in itself. While we software developers get lost in this field, we sometimes write many things over and over again in each of our projects, and this can cause us to lose time and energy. For example, why should we create the Repository layer over and over again in every project? What if there was a generic base Repository class, and if we wanted to add extra features, we could add it on top of it and override its methods as we wanted? Or shouldn't we use many useful functions such as String value checking, whether a string value is a valid email, converting a string value to an enum value, date operations, etc., from a pre-written rule set and library? Here is a library that will handle such tasks and allow you to focus on the problem. Ladies and Gentelman, let me introduce you the Regular Everyday Normal, or REN library for short.
You can access GitHub Repository through here including Example Project:
https://github.com/TekyaygilFethi/RENHelpers
Now let me introduce you to the person who inspired the naming of this library:

On youtube, you can listen to this REN song 😄
Last updated