kai5263499 / mandrill-php

PHP library to interface with MailChimp's Mandrill API
MIT License
77 stars 41 forks source link

Functional programming error: Code is keeping state #6

Closed Lumbendil closed 10 years ago

Lumbendil commented 11 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.