6

FML!!!!!! I FUCKING HATE THE COMBINATION OF XAMARIN FORMS AND MY COWORKERS.

Explanation:

I had to refactor all of our views because my coworkers did anything in the code-behind file from the views but the code should be in the viewmodels.

I had an "Unhandlex Exception" without any stacktrace or error message for a hour. What was the error? In the xaml file of the view was still an OnClicked-handler of a button but i removed the method from the view-code-behind-file.

FML

Comments
  • 1
    Heh, welcome to my world! I've been on a Xamarin Forms project for almost 6 months now. It's been hell. Although, luckily at this point I know what most of the vague messages mean. My favorite error message ist something like "can't bind element node to value node" which really just means your trying to bind something that can't be binded. It would be WAY too easy to just have an error message that said that.
Add Comment