These are public posts tagged with #callbackhell. You can interact with them if you have an account anywhere in the fediverse.
ActiveRecord's callback hell is worse than JavaScript's callback hell.
Prove me wrong.
#rails #ruby #callbacks #CallbackHell #ActiveRecord #javascript
#Java-style object-orientation leading to this funky code, aka #CallbackHell
InputBuilder builder = InputBuilder.create(io).add("disk", size).push("holds").add("on", peg.getName()).markWme("peg").add("disk", size).add("above", getAbove(below)).markWme("above").top();