|
You are here |
fsharpforfunandprofit.com | ||
| | | | |
blog.ploeh.dk
|
|
| | | | | In functional programming, the notion of dependencies must be rejected. Instead, applications should be composed from pure and impure functions. | |
| | | | |
adventures.michaelfbryan.com
|
|
| | | | | In a project Ive been playing around with recently, weve encountered the dilemma where you want to make it easy for users to write their own application logic using the system but at the same time want to keep that logic decoupled from the implementation details of whatever platform the application is running on. If youve been programming for any amount of time your immediate reaction is probably why bother mentioning this, doesnt it just fall out of good library design? | |
| | | | |
blog.bencope.land
|
|
| | | | | There are a number of ways one might approach designing the logic of a domain problem. Most enterprise software engineers may be accustomed to modeling the problem using object-oriented programming, where classes encapsulate behavior and data. In this approach, the design often reflects the use of various design patterns, such | |
| | | | |
www.claudiobernasconi.ch
|
|
| | | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications. | ||