The example to find suspicious temperature changes (btw Kelvin does not use ° anymore since 1968) is unnecessary complex. List<List<Reading>> findSuspicious(Stream<Reading> source) { var suspicious = new…
I wouldn't say there are too many pitfalls. Quote all variables (acme.sh seem to do well on that part) and don't use eval (probably the reason for this problem).
The example to find suspicious temperature changes (btw Kelvin does not use ° anymore since 1968) is unnecessary complex. List<List<Reading>> findSuspicious(Stream<Reading> source) { var suspicious = new…
I wouldn't say there are too many pitfalls. Quote all variables (acme.sh seem to do well on that part) and don't use eval (probably the reason for this problem).