Commentary 3 Benefits of Writing Code Backwards Ignore those compile errors and start writing your calling code before your routines. This approach has many benefits.
Technical Debt Storing Local Table Data in a Front-End Access Application If you're thinking about storing local data in your front-end Access application, make sure it follows these 4 ground rules.
Technical Debt Overuse of Global State You wouldn't control the water temperature in your entire house from a single location. Why would you write your code that way?
Technical Debt Old Fields Left in Place Leaving old fields in place is even worse than leaving old code. Instead of runtime errors, you'll end up with harder-to-detect data errors.
Technical Debt Old Code Left in Place What's the harm in leaving old code in place? It's not like it costs us anything. ... Or does it?