Skip to main content

All Questions

6 votes
3 answers
2k views

Functional programming strategies in imperative languages

I've been convinced for awhile now that some strategies in functional programming are better suited to a number of computations (i.e immutability of data structures). However, due to the popularity of ...
jmarple's user avatar
  • 71
2 votes
1 answer
207 views

Strategy for normalising and interpreting location data

I'm a bit stuck with a problem involving the normalisation of location input data from the user (which comes from a third party). Aim To logically breakdown and interpret the user location input ...
J.Zil's user avatar
  • 121