2
JS96
1y

You know .NET MAUI is a fucked framework if even ChatGPT can’t generate working code.

Comments
  • 1
    Also the official documentation, which for UWP was great, sucks ass… they’re using examples of UI guidelines for the Surface Duo.. what
  • 3
    @JS96 I'm more surprised theres ANY microsoft documentation that doesn't suck ass
  • 1
    ChatGPT fails to generate working code 80% of the time if the prompt isn’t “how do I write <college comp sci algo> in <python, c, JavaScript>”
  • 1
    Solution: Accept the fact that it sucks, accept the fact that they won't unfuck it because of you and just write it.
    Also: ChatGPT doesn't generally generate good code at all, so for your own sake, refrain from using it in this context.
  • 1
    @AlgoRythm
    It's actually pretty good at generating great code for Xamarin, C# and .NET in general, with also great solutions for Dev Express components.
    But it's really bad for .NET MAUI.

    @Ranchonyx
    It sucks but it became mandatory for a lot of things unfortunately.
    Especially if you don't want to rewrite (to a completely different language) a huge project with 15+ years of code history and that is already used by a lot of companies.

    @retoor
    Exactly, I'm using it in particular for small optimization of existing or new functions, and for boring UI work that just takes a lot of time.
    In this case it's really difficult to generate good and working UI structures, it's not smart enough to understand the logic of .NET MAUI structures.
  • 0
    @retoor ChatGPT.com directly
  • 0
    Maybe because no one is using it and it doesn’t have enough training data on it?
Add Comment