This section gives some hints on how to approach certain aspects of developing with Fore.
“Declarative Programming” (DP) has some advantages over the traditional approaches of implementing the dynamic functionality of components or applications:
However - especially for those that are used to an imperative programming style - users new to DP often wonder about the right approach to achieve certain things. Without knowing upfront about all the elements and how they interact, it sometimes is hard to get started or find the best approach to your problem.
This section tries to help out with several guides that highlight specific problems.