Posts

Recursion: Leave it or Deal with the Negatives Consequences

Image
   Recursion: Leave it or Deal with the  Negative Consequences Jeferson L. R. Souza thejefecomp@neartword.com December 31, 2023 Abstract The moment we acquire knowledge of computer programming—mainly at a professional level—recursion is a technique we definitely avoid to use while either designing or implementing solutions for real-world problems. Although recursion has a great link with Math and a tight relation with heuristics related to Artificial Intelligence (AI), helping defining and understanding a problem in an easy way, the negative consequences of its use may become a nightmare during the execution of an algorithm written with any programming language. In order to avoid the use of recursion, even if we rely on compiler-tools optimisations such as Tail Call Elimination, we should always design an iterative solution from scratch if performance is an intended goal. In this paper-like post, we discuss what recursion is, visiting its drawbacks to understand why we must choose an i

The Way of the Force in Software Engineering: The Beginning

Image
   The Way of the Force in Software Engineering: The Beginning Jeferson L. R. Souza thejefecomp@neartword.com February 7, 2022 Abstract In this new project called “ The way of the Force in Software Engineering ” Jeferson Souza (thejefecomp), Founder, Writer, and all in between of the NeartWord project ( https://www.neartword.com ), and Independent Software Engineer Consultant at his personal company called NeartWord, starts a new quest of sharing knowledge related to his expertise and experience both in software development, and associated areas cross-cutting the Computer Science field. Collaboration instead of Competition was his main motivation to think about starting this project, which means declaring himself as an “Independent Software Engineering Consultant” an act of libera- tion from the standard way to see a person as a worker of a given project, instead of being a fundamental wheel moving it indepen- dently, and collaboratively. Posts would be written in a “paper-like" s