AI Features in Xcode 16: is it Good  or Bad ?

AI Features in Xcode 16: is it Good or Bad ?

Vincent Pradeilles

3 недели назад

2,223 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@xsova113
@xsova113 - 09.07.2024 22:41

It’s like GitHub copilot for Swift but free

Ответить
@frederickkuhl276
@frederickkuhl276 - 10.07.2024 01:39

This is a good format. But I also like your short tips. Please don’t give those up.

Ответить
@petrosdavtyan308
@petrosdavtyan308 - 11.07.2024 22:15

Well from generated code 'fetchMovies' we can clearly see that Single responsibility is not respected. As the func is doing a network call and at some point we will need to do a parsing in same func or module as well to be able to call a completion. The best in case of this generated code will be to add a Parser instance as a dependency in Service which will be not a good solution as well. So definitely not using best practices. I guess I will turn off the feature as soon as I update xcode.

Greetings to you mate, and thanks for sharing your experiments.

Ответить
@bobgodwinx
@bobgodwinx - 12.07.2024 20:47

Does anyone knows how to disable it totally from xcode ?

Ответить
@vladimirmoor
@vladimirmoor - 20.07.2024 15:45

Thank you Vincent for sharing this. Much appreciated.

Ответить