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
As it stands, with_reliable_init is supposed to be called during construction, as closely as possible to build. Rather than worry about the order of the with_* methods, maybe it should just be another, mutually-exclusive build function that internally calls the first build, then toggles the display some number of times, then returns. The name could be something like build_toggled or build_init or maybe build_stable.
It may also be worth adding a initialize or stabilize method that does the same thing, so that the build method could just call the first build, then call the function, then return.
The text was updated successfully, but these errors were encountered:
As it stands,
with_reliable_init
is supposed to be called during construction, as closely as possible tobuild
. Rather than worry about the order of thewith_*
methods, maybe it should just be another, mutually-exclusive build function that internally calls the firstbuild
, then toggles the display some number of times, then returns. The name could be something likebuild_toggled
orbuild_init
or maybebuild_stable
.It may also be worth adding a
initialize
orstabilize
method that does the same thing, so that the build method could just call the first build, then call the function, then return.The text was updated successfully, but these errors were encountered: