|
|
|
|
|
by brntbeer
5084 days ago
|
|
Requires you to have to ask them less questions when you run into a blocker. Helps you debug issues. it helps you help them design the interface or design an API. Are you just missing the fundamental point of why anyone learns anything? You learn more so you can do more and make more effective/informed decisions. |
|
Possibly.
it helps you help them design the interface or design an API.
Ugh, that's a disaster waiting to happen. Dedicated backend engineers are usually terrible when it comes to what the user really needs and how to display it.
Are you just missing the fundamental point of why anyone learns anything? You learn more so you can do more and make more effective/informed decisions.
No reason to be condescending.
My point is that a front end engineer can make plenty of informed decisions without needing to know the schema of the database or the code in the MT. Does the API return what is expected? Yes = bug in UI. No = bug in server. Does the UI need something the API doesn't provide? Talk to the backend dev to get that into the API. It should be that simple.