#refactoring
Read more stories on Hashnode
Articles with this tag
Refactoring is perhaps a task that we, as developers, are doing the most. Often, we need to create a new type, whether to organize some data or...
Let's take a look at the following piece of code: fun search(query: String): List<String> { val allItems: List<String> =...
Intro Quite often in software development, we come to a point where we have to alter some code, whether to make it easier to read and understand or...