章次 章 次
-
0:02章章章 章章 章 次 第一章 章 第一章 一章 1: We're going to use ingredients a lot in our application, so having a model for it makes sense. 77s · Speaker 2
We're going to use ingredients a lot in our application, so having a model for it makes sense. Now where do we store this ingredient model? We stored the recipe model in the recipes folder because it belongs there feature -wise, but where d…
-
1:20章章章 章章 章 次 第一章 章 第一章 一章 2: We, of course, want to be able to receive that as arguments, name and amount, and then assign it here as before. 73s · Speaker 1
We, of course, want to be able to receive that as arguments, name and amount, and then assign it here as before. So this name equals name and this amount equals amount. Now, that is such a typical setup that we receive the arguments we want…