- Timestamp:
- 06/18/15 21:01:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FACT++_scripts_refactoring/explicit_changelog
r18234 r18239 166 166 167 167 # ---------------------------------------------------------------------- 168 169 Okay so I looked at CheckUnderflow.js. It was a pretty large mess, Which I broke up into 170 11 separate functions, none of them longer than one page. 171 But there was no possibility to reuse anything. So the code in total got larger. 172 Well, we will see if there is any possibility to reuse later, when refactoring is done. 173 174 At least, I could imagine, that some of the function would in principle be testable, 175 while I have no idea, how to test anything, which is dim dependent, without the overhead 176 of writing a total mock up. 177 178 Next up is: Statup.js, because this uses CheckUnderflow. 179 180 Then I will look at all these handlers. Let's see. 181 182 # ----------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.