Adrian Padmodihardjo
1 min readDec 6, 2018

--

what is the reason behind creating a new object every time you call the Student class methods?

you could write `return this` instead of `return new Student(args)`

--

--