|
|
|
|
|
by m4r
2557 days ago
|
|
Everyone that works in project A uses properly configured IDE, so when you take a look at code you'll actually see something like that: `getClient(liveMode: true)` instead of just `getClient(true)`. Is there really a point in creating Enum or writing more complex internal logic if you use proper IDE? Only benefit I can see is doing CR's via Github like system - but still, I do not believe in CR without actually pulling, viewing, and testing code on own computer. |
|