objectgolf
Objectgolf is a term used in programming culture to describe a category of challenges that blends object-oriented programming with code golf objectives. Participants attempt to solve problems using the smallest possible object-oriented footprint, typically aiming to minimize the number of created objects, the number of classes, or the overall code length while ensuring correct behavior.
It is not a formal language or standardized competition. Rather, objectgolf comprises challenges hosted on code
Origins and culture: Objectgolf arose out of code golf and programming puzzle communities as practitioners experimented
Criticism and variants: Critics argue that objectgolf can encourage terse or opaque designs and undervalue clarity.