PostsCommentsPayoutstonymarston (31)in #php • 5 years agoRE: Improving PHP's object ergonomicsI disagree. The purpose of a constructor is to leave the object in a state in which it can subsequently respond to calls on any of its public methods. In this context the word…tonymarston (31)in #php • 6 years agoRE: Improving PHP's object ergonomicsThis article seems to be implying that there are deficiencies in the PHP language which are causing problems for some programmers, and that the language should be changed to…