George Petsagourakis
George Petsagourakis
No functionality has been altered. The tests pass. PHPDoc comments are working better and are more descriptive. The code's logic is more shallow and thus more clarity. Fixed a bug...
The Doctrine DBAL is an amazing piece of code that makes many things for the developer easier to happen. I invite you to take a look at the [architecture page](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/architecture.html)...
Maybe it is time to get the `DateTimeObj` class to extend [PHP's DateTime class](http://php.net/manual/en/class.datetime.php) so that it becomes more powerful and allow for the elimination some of its code. Furthermore,...
Since Python 3.10 gave us this much cleaner way to check for modules availability we no longer need to try import the packages to check if they are available. The...
Configure the Python testing settings in VSCode to run unittests with specific arguments and patterns..
**Required check list:** - [x ] I didn't find in the repository's issues section a similar bug. - [ x] I understand, this is an Open Source and not-for-profit product....