December 2018
Beginner to intermediate
796 pages
19h 54m
English
When a developer is writing an application, it is likely that they will need to apply the same piece of logic in different parts of it. For example, when writing a parser for the data that comes from a form that a user can fill in a web page, the application will have to validate whether a certain field is holding a number or not. Regardless of how the logic for this kind of validation is written, it's likely that it will be needed in more than one place.
For example, in a poll application, where the user is asked many questions, it's likely that several of them will require a numeric answer. For example:
Read now
Unlock full access