Closed Lumbendil closed 10 years ago
The class has static properties, which make the application keep an state. The virtue and the problem of functional programming is that it doesn't keep state, and thus, that the method ordering is not important.
static
The class has
static
properties, which make the application keep an state. The virtue and the problem of functional programming is that it doesn't keep state, and thus, that the method ordering is not important.