Where to put input validation in Typescript?
You can leave Feedback and follow me on Twitter. In a web application we wonder where to put validation logic. Often validation logic is not coordinated and put into several places. Javascript validation in the browser, input validation in the web or API controllers, input validation in the service layer and input validation at the […]
Read More »