Received: by 10.66.86.138 with SMTP id p10mr2824537paz.14.1355672283394; Sun, 16 Dec 2012 07:38:03 -0800 (PST) Received: by 10.50.91.165 with SMTP id cf5mr3955384igb.4.1355672283108; Sun, 16 Dec 2012 07:38:03 -0800 (PST) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!us.feeder.erje.net!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!kt20no7124792pbb.1!news-out.google.com!s9ni44656pbb.0!nntp.google.com!kr7no5880708pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Sun, 16 Dec 2012 07:38:01 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.183.191.38; posting-account=bSfE-QoAAACL12uWeF-6RTfa_aeyCHGu NNTP-Posting-Host: 67.183.191.38 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: proper use of .java files (layout) From: infinitum3d@hotmail.com Injection-Date: Sun, 16 Dec 2012 15:38:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:20377 I'm trying to figure out the best way to layout a java program. Should I put each object into its own .java file? If I'm making a card game, that would be 52 .java files. Is that crazy? Normal? Or should I separate them by suit and just have 4 .java files? Or by value so there are 13 .java files? Thanks! I3D