Fuzzy Logic: Coding without glasses. A halfway house for Boolean values that won’t go all the way. The essay answer to a true-or-false question. Boolean values that won’t go all the way We’re impressed when computers, defined by switches that can either be on or off, do something that seems like they come up with […]
Category: Design
Code design
Breaking it Down
First Principles The fundamental presuppositions for a system. Rules that are self-evident or axiomatic. The smallest facet of knowledge or logic, regarding a single system, that cannot be further divided. A way of analyzing and learning by starting at the very beginning and building knowledge from the foundation. A system of categorization where building blocks […]
Idiom v. Idiom
Comparison I’ve mentioned before that idiom gets in the way of translating between .NET and C/AL. These are a few of the terms that may be confusing (or may not exist at all) between the two environments. Enjoy the list and don’t think it’s complete. Types vs. Classes C/AL .NET Types Classes The types in […]