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
This store_item method looks too messy to me. Maybe you could 1. remove commented transaction block 2. extract this lengthy conditional to separate method? However this would require handling startup_process variable differently. To be honest if startup_process is true most of this method is skipped entirely. Maybe startup_process can live in Lit.startup_process?
This
store_item
method looks too messy to me. Maybe you could 1. remove commented transaction block 2. extract this lengthy conditional to separate method? However this would require handlingstartup_process
variable differently. To be honest ifstartup_process
is true most of this method is skipped entirely. Maybestartup_process
can live inLit.startup_process
?Originally posted by @pnikrat in #130 (comment)
The text was updated successfully, but these errors were encountered: