Skip to content

Intentional Delphi

Adventures in the act of coding

Menu
  • Blog
  • Books
  • About
Menu

Author: admin

Those pesky details…

Posted on June 8, 2022June 9, 2022 by admin

The little things in code are easily overlooked, and can be the source of problems which are difficult to diagnose. Consider the conversion of a string to a number: 1 d := StrToFloat(NumericString); What could go wrong? Well, many things, actually. In writing this, you no doubt were thinking of the problem at hand, rather…

Read more

On Naming

Posted on June 7, 2022June 9, 2022 by admin

We often hear that naming in software is difficult, and it certainly can be. But equally, it is an essential part of the job, so the proper attitude would be to spend some time and effort and improve our skills. Or, we could find another line of work. It’s just that important. I have done…

Read more

An Essential Principle

Posted on June 6, 2022June 6, 2022 by admin

As a friend has written in a book I am proofreading: “…if you don’t know how to write good code in simple scenarios, you will certainly never learn to write good code in complex ones.” Ponder that, don’t just rush on. I know that many developers give greater attention to complex coding tasks than to…

Read more

Starting Out

Posted on June 4, 2022June 6, 2022 by admin

When we start any new activity, there are challenges, which we are likely to label as problems, at least at first. This is true of programming, and certainly is true of writing, whether on a blog, in a small article, or in a book.I chose to write a book, having been motivated by years of experience…

Read more

Thoughtful Design and Coding

Posted on June 4, 2022June 7, 2022 by admin

Adventures in the act of development Articles here describe my experiences in software design and development. Categories: Data Design Scope Clear Coding Effective Naming Useful Commenting Best practices will influence all articles here.

Read more
  • Previous
  • 1
  • 2
  • 3
  • Delphi Legacy Projects
  • New! PDF available below
  • Delphi Legacy Projects (PDF)
  • Upgrading and Maintaining Delphi Legacy Projects
MVP Directory

© 2025 Intentional Delphi | Powered by Minimalist Blog WordPress Theme