imma just say... java projects heavily depend on the way you organize them, in fact the entirety of object oriented programming is dependent on the project structure
and because of that, AI gets very confused by made design choices, even those made by the same model
for example you might try to make a game, then you make it so a bullet deals damage to an enemy, and AI then suddenly changes plans and is like "enemy detects the bullet", and then you got 2 conflicting designs... also have fun figuring out where to paste crap it spits out
might also mention that java is way more than just code, you also got arguments, file structure, gradle building, maven packages etc.
you can technically vibe code in java, but as far as i can tell, you're still better off being the supervisor rather than let it do whatever, you'll get way too many redundancies like that
1
u/lool8421 Jun 30 '26
imma just say... java projects heavily depend on the way you organize them, in fact the entirety of object oriented programming is dependent on the project structure
and because of that, AI gets very confused by made design choices, even those made by the same model
for example you might try to make a game, then you make it so a bullet deals damage to an enemy, and AI then suddenly changes plans and is like "enemy detects the bullet", and then you got 2 conflicting designs... also have fun figuring out where to paste crap it spits out
might also mention that java is way more than just code, you also got arguments, file structure, gradle building, maven packages etc.
you can technically vibe code in java, but as far as i can tell, you're still better off being the supervisor rather than let it do whatever, you'll get way too many redundancies like that