You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Builder methods have been available for several versions and I think it's time to remove them to simplify code.
The goals are:
Reduce code
Stream line the API: no more having multiple ways to create Options or Attributes.
The only exception are the get() Map methods maintained for convinience.
This does not suppress #977, that was a good conversation and there's room to improve, this is just to remove what we already agree to clean code.
The text was updated successfully, but these errors were encountered:
Working on it I see there are also the deprecated methods in the Asciidoctor interface, I'd rather deal with that in another PR. I'll create another issue to track tath.
New Builder methods have been available for several versions and I think it's time to remove them to simplify code.
The goals are:
The only exception are the
get() Map
methods maintained for convinience.This does not suppress #977, that was a good conversation and there's room to improve, this is just to remove what we already agree to clean code.
The text was updated successfully, but these errors were encountered: