Skip to content

Commit 3bcc656

Browse files
Pattern matching better exposed
1 parent b513c67 commit 3bcc656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
9292
* Why do many software engineers not like Java?
9393
* What makes a good language good and a bad language bad?
9494
* Write two functions, one Referentially Transparent and the other one Referentially Opaque. Discuss.
95-
* Whats the Stack and what's the Heap?
95+
* Whats the Stack and what's the Heap? What's a Stack Overflow?
9696
* Why is it important that in a language functions are first class citizens?
97-
* How is Pattern Matching different than Switch clauses?
97+
* Some languages, expecially the ones that promote a Functional approach, allow a technique called Pattern Matching. Do you know it? How is Pattern Matching different from Switch clauses?
9898
* Why do some languages have no exceptions by design? What are the pros and cons?
9999
* If `Cat` is an `Animal`, is `TakeCare<Cat>` a `TakeCare<Animal>`?
100100
* Why in Java, C# and many other languages constructors are not part of the interface?

0 commit comments

Comments
 (0)