Skip to main content

Timeline for Java simple stats program

Current License: CC BY-SA 4.0

4 events
when toggle format what by license comment
Jun 28, 2021 at 7:42 comment added mtj @gervais.b I actually thought about both ways. Either make a real business class from the statistics containing all logic, or use it as a dumb struct. In the end, I think I also would put the business logic into the statistics class IRL, but for the sake of "learning the next step" I think leaving the class simple will be a better answer for the OP.
Jun 28, 2021 at 7:34 comment added gervais.b Good advice and answer. Except that I would have said Statistics statistics = new Statistics(numbers);
Jun 26, 2021 at 11:43 vote accept code writer 3000
Jun 26, 2021 at 5:20 history answered mtj CC BY-SA 4.0