Changeset 18234
- Timestamp:
- 06/18/15 14:21:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FACT++_scripts_refactoring/explicit_changelog
r18230 r18234 146 146 # ---------------------------------------------------------------------- 147 147 148 Okay now I look at takeRun.js 148 Okay now I look at takeRun.js as it is included in CheckUnderflow. 149 I had to create a new function, which would handle the attachment of 150 the inchange function to the FACT_CONTROL/INCOMPLETE subscription. 151 I don't know a good name for this, but I think I wrote it correctly. 152 153 I don't like that the new function takeRun.attachFadControlIncompleteOnChange 154 has a member named takeRun.attachFadControlIncompleteOnChange.incomplete. 155 156 I also don't like, that in CheckUnderflow, I call this new function, 157 which will attach a callback function to the FACT_CONTROL/INCOMPLETE subscription. 158 But when reading the code, one can hardly understand that. 159 160 I mean, this is just like when takeRun.js was included before. 161 Nobody could have even guessed, that there was a callback function attached to 162 a Subscription instance made just before takeRun.js was included. 163 164 Okay that's it for the moment. Next is probably CheckUnderflow itself, 165 since it is a kind of library itself. 166 167 # ----------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.