Closed isaacabraham closed 9 years ago
Thanks for the feedback.
Some of these issues have been resolved in MBrace.Core 0.9.9. Today I pushed commits 27bde0df79599cc76732162d2f746d84fb75629d and 66d5e58b2e0dbd087e7133409ae3b5275ebd11c0 which address the remaining considerations.
That was quick :-) Great stuff.
The
ofCloudFileByLine
andofTextFileByLine
and extremely useful (particularly the latter). However it could be made even better by allowing either a couple of overloads and / or optional parameters: -ofTextFiles(string paths [])
. If you use this as a params argument you can simply merge this with the existingofTextFiles
producer./
or*
then assume a wildcard search (or similar). Alternative would be a secondary function but I can see use cases where you might want to combine e.g. 2 specific files plus 1 directory.I also think that this function (or variations of it) should be promoted as extension methods onto e.g. StoreClient on the runtime handle (or even higher), and possible on to CloudFile as well to aid discoverability - people need to know about the module and functions currently - putting them up the intellisense stack will help in this regard.