Should have included F#.
F# It's really fun to use; a bit like Python but with the benefit of static typing.
BTW, in this case, you don't even need the first two lambda functions. You may just write let sourceList = [cache.getUser; db.getUser; anonymousUser]
Should have included F#.
F# It's really fun to use; a bit like Python but with the benefit of static typing.
BTW, in this case, you don't even need the first two lambda functions. You may just write let sourceList = [cache.getUser; db.getUser; anonymousUser]