|
Are there specific resources apart from lectures/practicals and exam papers will be useful for me to practice for the exam? |
Answered by
wence-
Feb 15, 2021
Replies: 1 comment
|
I think there are two parts to this:
I guess a shorter way of saying those points is to practice programming, but at the same time, think about not just the details of how you're solving a particular problem, but whether there are any underlying abstract patterns or structure that you can exploit for generalisation. This latter need not always be in Haskell: one can critically appraise object-oriented code from the point of view of a functional programmer. |
0 replies
Answer selected by
wence-
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think there are two parts to this: