5 WetPancakes Flow
Craig Oates edited this page 4 years ago

To help you get up to speed on the way WetPancake (W.P) works, please consider the following diagram:

wetpancake's flow

The way it works is:

  1. You pass the appropriate input values to a function in the Pancake module. (Which lives in "ProductServices.fs".)
  2. Pancake then calls the relevant functions in the other internal modules.
  3. The internal functions finish executing and the Pancake function returns the final result.

Usually, Pancake will throw an exception if something goes wrong. The useful way to find out what exceptions are thrown, you can use Visual Studio's Intellisense. If you are having any trouble with that, you can look at the actual code. Another way to find out is to look at the (As a NuGet) A.P.I. page. The links for the code and extra information about Intellisense are as follows: