Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
work:semana_17_de_2022 [2022/04/26 02:51] – created magsilvawork:semana_17_de_2022 [2022/04/27 21:48] – [Research] magsilva
Line 7: Line 7:
     * Test rerun is not enough to detect flaky tests? For OD, indeed, plain reruns maybe not be enough, as they will not pollute the running context. However, if the running configuration is stable, is that a problem?     * Test rerun is not enough to detect flaky tests? For OD, indeed, plain reruns maybe not be enough, as they will not pollute the running context. However, if the running configuration is stable, is that a problem?
     * Update my personal library of papers on flaky tests (backward snowballing).     * Update my personal library of papers on flaky tests (backward snowballing).
 +  * Skimmed through the latest issues of Journal of Computing Sciences in Colleges.
 +    * Read "Teaching data representation using real-world applications" and used it as inspiration to create the concept map on data representation. It was a nice touch that the paper used bit flippers (“Flippy Do", from Code.org) to teach binary encoding of decimal and fractional numbers, and the [[https://www.nytimes.com/2021/02/24/science/nasa-mars-parachute-code.html | Mars 2020 Lander parachute]] to teach encoding of textual data.