My company software has a lot of forms, till now we wrote the code by hand (MVC way).
We consider start using GUI builder.
There are few problems with using a Builder.
- Parts of the code are not readable.
- Parts of the code are not editable.
- It will be harder to edit the code later.
- We will have to continue using the builder in the futre, even if we want to replשce builder or write by hand, and no one can assure that the tool will be available and supported in the future.
I want to learn from others experience:
- Do you recommend using tool or should we continue write code by hand?
- Wich builder is better?
- How does he deal with the problems? (Is there any other problems?)