by erikvojtas.com | Dec 9, 2023 | Programming
How to Program with Java Podcast Trevor Page: Java Guru | Programmer | Teacher Methods Short: Methods should perform a single task with no side effects. Assigned to a Class: Methods are associated with a class (an object). Return vs Void: Methods can either return a...
by erikvojtas.com | Aug 17, 2023 | Programming
The Pragmatic Programmer: The: Your journey to mastery by Andrew Hunt and David Thomas is divided into eight chapters, each addressing essential aspects of programming excellence. Here is a summary of each chapter: Chapter 1: A Pragmatic Philosophy Introduction to...
by erikvojtas.com | Aug 17, 2023 | Programming
Clean Code is a book written by Robert C. Martin, also known as Uncle Bob, that focuses on writing maintainable and readable code. The book provides guidelines and principles for writing code that is easy to understand, modify, and extend. Here’s a summary of...