Life at the Boundaries: Conversion and Validation

from blog Secret Weblog, | ↗ original
↗ original
In software development we deal with In software development we deal with boundariesboundaries between systems. between systems. Examples of boundaries are:Examples of boundaries are: Your application code and a database.Your application code and a database. Your application code and the file system.Your application code and the file system. A web server and your server-side application code.A web server and your server-side application code. A client-side application and the browser DOM.A client-side application and the browser DOM. A client-side application in JavaScript and the web server.A client-side application in JavaScript and the web server. It's important to recognize these boundaries. You want to do...It's important to recognize these boundaries. You want to do...