Posts by rsenna • 1,075 points
3 posts
-
12
votes4
answers4078
viewsA: Pros and cons of the functional paradigm and Haskell
Good answers have already been given, but there are still some questions left to be answered by the PO, which I will try to address here What are the pros and cons of functional programming [in…
-
13
votes4
answers6431
viewsA: How does the interaction between the layers in C# work and what is the function of each one?
I will try to help (hopefully not cause further fragmentation - every answer here is saying subtly different things). Abstract: The question seems to refer to the MVC architecture: it speaks of…
-
71
votes4
answers6835
viewsA: Why should I only use a "Return" in each function?
Warning: The @Maniero response (to @Maniero’s question :) is clearly correct. My answer is shorter and more direct, but merely complementary, in order to highlight a point that I consider important.…