top of page

5 common development mistakes and how to avoid them


Since joining the Mendix team, I’ve seen a number of common mistakes that our customers make when they are new to visual modeling. In this blog post, I’ll highlight five of these mistakes and illustrate how you can avoid similar issues in your own development efforts.

1. You are refreshing and committing everything

Often, new platform users are either over-eager or unconcerned with how often they commit and refresh objects into the database. However, it is important to refresh and commit at the right times. To understand why this is an issue, let’s look at a couple of examples.

bottom of page