Click here to Skip to main content
15,891,033 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
PIEBALDconsult19-Jun-17 5:10
mvePIEBALDconsult19-Jun-17 5:10 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
ZurdoDev19-Jun-17 5:54
professionalZurdoDev19-Jun-17 5:54 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
Caslen19-Jun-17 5:45
Caslen19-Jun-17 5:45 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
Sander Rossel19-Jun-17 6:24
professionalSander Rossel19-Jun-17 6:24 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
kmoorevs19-Jun-17 5:53
kmoorevs19-Jun-17 5:53 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
Sander Rossel19-Jun-17 6:28
professionalSander Rossel19-Jun-17 6:28 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
Gary Wheeler20-Jun-17 2:26
Gary Wheeler20-Jun-17 2:26 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
KBZX500020-Jun-17 3:20
KBZX500020-Jun-17 3:20 
Programming is a repetition of 3 things:
- map data from an external source to some kind of internal representation
- use algorithms to transform properties of the internal representation (change location, persistency, unit conversion, hierarchy..)
- filter and visualize the internal representation in some way

So no, I don't think map, filter and reduce are correct.
Map, filter, transform look better.. but that's just an optical illusion TBH.

In truth, you "map & transform" input into something with persistency and then "transform & filter" to get your output.

The skillful coder will only "map & transform" once per project, and "transform & filter" once per output device.

Just my 2 cents.
GeneralRe: Programming question: Map, Filter, and Reduce Pin
Kirk 1038982120-Jun-17 7:43
Kirk 1038982120-Jun-17 7:43 
GeneralRe: Programming question: Map, Filter, and Reduce Pin
H.Brydon20-Jun-17 16:51
professionalH.Brydon20-Jun-17 16:51 
GeneralMicrosoft haters Pin
Ygnaiih19-Jun-17 2:29
professionalYgnaiih19-Jun-17 2:29 
GeneralRe: Microsoft haters Pin
den2k8819-Jun-17 2:34
professionalden2k8819-Jun-17 2:34 
GeneralRe: Microsoft haters Pin
BillWoodruff19-Jun-17 3:33
professionalBillWoodruff19-Jun-17 3:33 
GeneralRe: Microsoft haters Pin
den2k8819-Jun-17 3:36
professionalden2k8819-Jun-17 3:36 
GeneralRe: Microsoft haters Pin
lopatir19-Jun-17 2:53
lopatir19-Jun-17 2:53 
JokeRe: Microsoft haters Pin
Richard Deeming19-Jun-17 3:17
mveRichard Deeming19-Jun-17 3:17 
GeneralRe: Microsoft haters Pin
Ygnaiih19-Jun-17 3:21
professionalYgnaiih19-Jun-17 3:21 
GeneralRe: Microsoft haters Pin
OriginalGriff19-Jun-17 3:48
mveOriginalGriff19-Jun-17 3:48 
GeneralRe: Microsoft haters Pin
Kirk 1038982120-Jun-17 7:56
Kirk 1038982120-Jun-17 7:56 
GeneralRe: Microsoft haters Pin
Ron Anders19-Jun-17 3:03
Ron Anders19-Jun-17 3:03 
GeneralRe: Microsoft haters Pin
lopatir19-Jun-17 3:11
lopatir19-Jun-17 3:11 
GeneralRe: Microsoft haters Pin
ZurdoDev19-Jun-17 3:24
professionalZurdoDev19-Jun-17 3:24 
GeneralRe: Microsoft haters Pin
den2k8819-Jun-17 3:32
professionalden2k8819-Jun-17 3:32 
GeneralRe: Microsoft haters Pin
BillWoodruff19-Jun-17 3:30
professionalBillWoodruff19-Jun-17 3:30 
GeneralRe: Microsoft haters Pin
gardnerp19-Jun-17 3:55
gardnerp19-Jun-17 3:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.