@Mio
Makers Academy student
Nothing here yet.
Nothing here yet.
Dec 21, 2020 · 8 min read · Encapsulation We break our programs up into multiple objects to control complexity. So how do we decide which methods and variables should live in which objects? Example 1 Bank get_balance credit_account(date, amount) debit_account(date, amount...
Join discussion
Dec 13, 2020 · 3 min read · Feature Test Tests that all the different parts of the system work together well. Tests that implement such user stories are feature tests. These tests tell stories per test, they explain the features that our app has, and that our users care about....
Join discussion
Dec 6, 2020 · 4 min read · Following on from my learning I have also looked at classes and methods which is beginning to look very useful! Methods First great thing about method is that they are reusable procedures so it can easily remove any duplication. You can call them at ...
Join discussion