Clean Code in Tests. To efficiently maintain the codebase. Part 2

Targeted at programmers, but all are welcome. Using the PHP language as an example. After a few words of introduction, it is time to get to the heart of the matter. Structuring your directory The first element that...

Clean Code in Tests. To efficiently maintain the codebase. Part 1

Targeted at programmers, but all are welcome. Using the PHP language as an example. Introduction to the user guide A few words to start, if you are interested in writing tests and know how to write PHP code, then you...

Space experience in Bremen – the capital of the space industry!

In November we took part in Space Tech Expo Europe in Bremen. We confirmed that the competence and experience of our developers can support the growing and very interesting technologically space industry. We...

Clean Code and Architecture for Enthusiast

My main area of interest is helping other companies improve the quality of the code they produce. Without a doubt, it doesn't matter to me if you are starting from scratch or already have something in development. I...

Clean Code Architect – Blog

Clean code, hard-coded, guard clauses, naming conventions Static Factory Methods aka Named Constructors [caption id="attachment_5786" align="aligncenter" width="745"] Static Factory Methods aka Named...

Clean Code – how to start

There are multiple rules out there which help to achieve the clean code in your codebase. All of them are worth to familiarize with. But if I had to choose the most important one - I would say it will be...

Improving conditions clauses – few small things with hudge impact

Improving conditions clauses - working on the code It's fascinating how very small changes can improve code readability. Bellow you can find some examples, which are often present in unexperienced programmers...

Naming conventions

Naming conventions, name length and style I suppose you have already read PSR-1 and PSR-2, which contain PHP's naming recommendations. E.g. like camelCase for function names etc. But there are few things which...

Static Factory Methods aka Named Constructors

Static Factory methods aka named constructors Create Object Instance We have many ways how to create an object instance. You can use "new" word, use a Factory or Builder Method, Inject it using IOC...

Let's create together!

Feel free to contact us