As a backend and a frontend developer I see the process from start to finish, fi
ID: 649630 • Letter: A
Question
As a backend and a frontend developer I see the process from start to finish, first by creating the logic, displaying the correct data on a web page and then using frontend skills to make this look awesome. My question is, do pure backend developers care what their code ends up looking like in the frontend? As far as the user is concerned, they will ONLY see design/frontend. They don't actually care that your code is clean, DRY and maintainable. As long as it doesn't disrupt their payment process or flight booking they do not care.
Does this affect the average backend developer?
Explanation / Answer
It's up to everyone involved in the development of an application (desktop, web, mobile) to ensure that that user experience is as good as possible. If you've got all parts of the team cooperating to achieve this end then you'll end up with a half decent application.
Back end code needs to be quick, reliable and scalable, but it also needs to be flexible enough to cope with potentially changing UIs and straightforward enough so that the UI developer doesn't have to tie themselves (and potentially the user) in knots to get it to work.
The quickest database access layer is useless if you can't get the data into and from the form the user needs it in in a reasonable amount of time. For example, if your application deals with potentially large datasets you need to be able to return small sections to the UI so that it's fast and responsive and the user can do something while you return the rest of the data. It's no good if you have to make the user wait for all the data to be returned.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.