-
|
Are there specific resources apart from lectures/practicals and exam papers will be useful for me to practice for the exam? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
I think there are two parts to this: