decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
Style creativity | 126 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Tearing Reinhold apart or not
Authored by: Anonymous on Saturday, April 21 2012 @ 03:08 AM EDT
About the alliteration in the comment: You would have a strong point IF
the Java doc actually had such lyrical comments and IF Apache Harmony
contained them, too. But in my years as a Java developer I've never
noticed such a comment in Sun's docs and more importantly since
Apache Harmony is a clean room implementation, such lyrical comments
cannot be found copied into it. So you are actually helping my case here.
This is exactly the standard that Google would like to see applied.

About your clever formation of a name. We already have a ruling that
individual names are not protected. And again I've never noticed any
particularly clever names in the Java API. Dr Reinhold would not be able
to convince a jury on this point. Try to come up with an actual example
in in the Java API that is so obviously clever. You can't.

[ Reply to This | Parent | # ]

Style creativity
Authored by: Anonymous on Saturday, April 21 2012 @ 02:20 PM EDT

While putting in unneeded or joking things would not pass muster in a rigorous process such as the witness described, there is still a lot of creative style affecting the outcome of this rational process.

For instance if a method takes as arguments a string and a mode of interpretation, 3 equally good prototype designs are possible, and which to choose is purely a matter of style and taste:

  • RetType Foo(String, Purpose)
  • RetType Foo(Purpose, String)
  • RetType Foo(StringAndPurposeClass)

As another example, there is a style issue of how to name multiple methods (not the individual names, but their selection and collection):

  • foo, bar and baz
  • Foo, Bar and Baz
  • ExpletitiveNotAllowedOnGroklaw, BeyondAllRepair and BeyondAllZapping (OK, this one would fail the short if frequently used test)
  • Pregnant, Broke and Undead

And then there is the leave in or leave out design issues, like if we provide a method to return a range of elements from an Array collection, should we also provide an API to return the first N elements. It would be logically redundant, but might have a more efficient implementation in some API implementations, thus justifying its inclusion.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )