|
|
|
|
|
by javawizard
736 days ago
|
|
Xoogler here. This exactly. There is so much boilerplate involved in writing anything inside Google. AI was great to cut that down a bit. It's still nowhere near what it's like in the outside and/or non-Java world. Which isn't to say that this isn't progress - just that that stat should be taken with context. |
|
Code is read more than it's written. And it should be written to be read.
If you are barfing out a lot of auto-completed stuff, it's probably not very easy to read.
You have to read code to maintain it, modify it, analyze its performance, handle production incidents, etc.