Category: Software Engineering
-
7 Golden Tips to Organize Your Software Tests, Right from the Beginning
Tecknoworks Blog With the rapid advances in technology, programming languages, and user research, software projects today are more complex than even before. And so are the options to organize your software tests. To deliver competitive software products on the market, a culture of quality is essential at every level of the organization. With all this…
-
Refactoring Code to Keep it Evergreen
Tecknoworks Blog Throughout the development phase of a software product, there comes a time when the source code needs maintaining. Think of it like a nice living fence that needs trimming every other week, to make sure it has just the right shape and aesthetics. That’s right—code can, and should be aesthetic, easy to read…
-
Eliminating Code Smells Through the Use of Simple Refactoring, Part 2
Tecknoworks Blog The article is a continuation of Part 1 on simple refactoring, where we wrote about refactoring through simple changes. You can access that article here. In this part, we give a few tips and examples on refactoring through execution path changes. Execution path changes These are more complex refactorings that usually change the execution…
-
Eliminating Code Smells Through the Use of Simple Refactoring, Part 1
Tecknoworks Blog I’m going to start off by explaining the concept of refactoring, why it’s useful in eliminating code smells, and when it should be applied. Then I’m going to dive into the three big types of refactoring that I’ve come across in my experience: the simple changes, the execution path changes and the design…
-
Eliminating Code Smells Through the Use of Simple Refactoring, Part 3
Tecknoworks Blog This article is the third part of our series on eliminating code smells through the use of simple refactoring. In the first two parts, we wrote about code smells and refactoring through simple changes and execution path changes. In this final article in the series, we give a few tips and examples on refactoring through design changes.…
-
Are Remote Teams Effective?
Tecknoworks Blog Thanks to COVID-19, almost all teams today are distributed. While remote collaboration unites talented people from around the globe, it also comes with its challenges. When considering a major project such as the development of customized software, companies want to know, Are remote teams effective? The short answer is absolutely — if you have the…
-
Amplifying Software Engineering with Cloud Services and AI Tools
Technology has steered into a new era of software development. Among the game-changers are cloud services and Artificial Intelligence (AI) tools for developers.