Re: ifstated readability diff

2017-07-03 Thread Sebastian Benoit
commited, thanks. Rob Pierce(r...@2keys.ca) on 2017.07.03 09:45:35 -0400: > On Sun, Jul 02, 2017 at 11:50:56PM -0400, Rob Pierce wrote: > > Remove obvious clear_config() comments and misleading state_change() > > comments. > > > > Also relocate do_action() calls for the init block from change_st

Re: ifstated readability diff

2017-07-03 Thread Rob Pierce
On Sun, Jul 02, 2017 at 11:50:56PM -0400, Rob Pierce wrote: > Remove obvious clear_config() comments and misleading state_change() comments. > > Also relocate do_action() calls for the init block from change_state() to > occur with the corresponding do_action() calls for the body block within > th

ifstated readability diff

2017-07-02 Thread Rob Pierce
Remove obvious clear_config() comments and misleading state_change() comments. Also relocate do_action() calls for the init block from change_state() to occur with the corresponding do_action() calls for the body block within the calling function for improved readability. No functional change. R