Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
The designers worked hard to create the most simple and easy design that is doing the job, which is also simple and straightforward in nature. The design is so good, that it basically boils down to a simple template which is filled with values and all actions just lead to the same screen with updated values. The business logic is straight forward with almost no branches and absolutely no edge cases. Because you deal with flat data which isn't related to anything else. Your database is just a key/value store which you always query by key. There just is no need for indexes or any search or filtering and you always just need a single record. Also, the application is synchronous: User does something and gets result. No interaction with any services or other users' data.
-
Voxera113882y@Oktokolo do not forget user studies and interviews, that can take quite a lot of time.
-
@Voxera Yeah, definitely. Poor designers probably worked their asses off to create the best user experience ever.
-
@Oktokolo yeah. Poor them. They worked so hard, they left no room for dev. We can live with no tests and who needs QA.
Related Rants
How the fuck 4 months of design(2 designers) can be developed with 2 months of development work. (1 developer)
BRILLIANT PROJECT MANAGEMENT IDEA
rant
managers