blibli-future / detroit

Project Detroit
5 stars 0 forks source link

Change return type of createSomething service to itself #13

Open adhikasp opened 7 years ago

adhikasp commented 7 years ago

False public Boolean createUser

Correct public User createUser

It's likely that we want to manipulate or use the created instance further. Beside we can also check the success condition by checking notNull.