VOGONS


AI Integration. What are you thoughts on it all?

Topic actions

Reply 60 of 60, by xcomcmdr

User metadata
Rank Oldbie
Rank
Oldbie
kagura1050 wrote on Yesterday, 07:55:

I often use AI in coding. It's extremely useful in the beautiful yet ridiculous C# WPF development environment, where you have to write nearly 30 lines of class just to flip booleans or convert a boolean to a visibility, and where long type names like "public ReactiveProperty<ViewModels.FooControlViewModel>" are frequently used. It's like a smart macro keyboard.

Avalonia fixes a lot of WPF issues. Visibility is a boolean, you can flip a value in xaml, and you don't have to write so many damn IValueConverter classes:

https://docs.avaloniaui.net/docs/reference/bu … ding-converters