Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #9013

Re: naming convention

From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: naming convention
Date 2011-10-19 16:09 -0700
Organization A noiseless patient Spider
Message-ID <j7nlb6$t1o$1@dont-email.me> (permalink)
References <iviu97l56qk00qhu8vtmb471l6slhv294v@4ax.com>

Show all headers | View raw


On 10/19/2011 3:19 PM, Roedy Green wrote:

> There are basically two types: read only and read-modify.
>
> It should be a design pattern.


I can't think of any design patterns for "read a bunch a files." 
However, what you're doing, with some additions or modifications, sounds 
suspiciously similar to map-reduce.  You might want to take a look at 
that to see if your use model could be adapted to fit the map reduce 
pattern.

It's not officially a design pattern, but it comes up often enough where 
I think perhaps it should be, at least for some specialized forms of 
processing data.

<http://hadoop.apache.org/common/docs/r0.20.2/mapred_tutorial.html>

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

naming convention Roedy Green <see_website@mindprod.com.invalid> - 2011-10-19 15:19 -0700
  Re: naming convention Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-10-19 15:40 -0700
  Re: naming convention markspace <-@.> - 2011-10-19 16:09 -0700
    Re: naming convention Lew <lewbloch@gmail.com> - 2011-10-19 18:53 -0700
      Re: naming convention markspace <-@.> - 2011-10-19 19:30 -0700
        Re: naming convention Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-10-20 06:42 -0300
      Re: naming convention Travers Naran <tnaran@gmail.com> - 2011-10-20 07:23 -0700
      Re: naming convention Tom Anderson <twic@urchin.earth.li> - 2011-10-20 20:42 +0100

csiph-web