You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have chosen "rule" to define any kind of code in Bee. This is inspired from python, where you "def" something. But what? You def a class or you def a method or you def a function?
A Bee rule can be any sub-program: function, procedure, method, closure, class. So therefore a subprogram is a sequence of code called: business rule or simple: rule
That's the best I could come up with. Any other suggestion is welcome.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We have chosen "rule" to define any kind of code in Bee. This is inspired from python, where you "def" something. But what? You def a class or you def a method or you def a function?
A Bee rule can be any sub-program: function, procedure, method, closure, class. So therefore a subprogram is a sequence of code called: business rule or simple: rule
That's the best I could come up with. Any other suggestion is welcome.
All reactions