We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb6cdc commit ebafd62Copy full SHA for ebafd62
README.md
@@ -1,4 +1,7 @@
1
# Bank Account Pair Coding
2
+
3
+(early UML to code lab)
4
5
For this assignment, we're going to pair up and build some bank accounts.
6
7
Start with building out your UML for all of this and then go into writing your tests and code. The UML here should
@@ -22,4 +25,4 @@ You should have:
22
25
23
26
Also, there should be two different AccountHolder types:
24
27
* Person which has a firstName, a middleInitial, and a lastName
-* Business which just has a businessName
28
+* Business which just has a businessName
0 commit comments