Jdbi: `JDBI` vs `Jdbi` vs `jdbi`

Created on 24 Nov 2016  路  4Comments  路  Source: jdbi/jdbi

What do we use for the project name?

v2 uses JDBI mostly.
v3 uses Jdbi for classes, jdbi in pom, with some inconsistent JDBI throwbacks to v2.

Should we align the project name with the code as Jdbi? Or do we like the current lowercasing jdbi?

Then, we should do a pass through the code before release to ensure consistency.

cleanup

Most helpful comment

Originally I was for using lowercase jdbi in prose, but in practice it feels odd when you use it that way e.g. in documentation.

My vote:

  • All caps when talking about the project: JDBI
  • Initial caps in class names: Jdbi
  • Lowercase for variable names per Java conventions: jdbi.

All 4 comments

Originally I was for using lowercase jdbi in prose, but in practice it feels odd when you use it that way e.g. in documentation.

My vote:

  • All caps when talking about the project: JDBI
  • Initial caps in class names: Jdbi
  • Lowercase for variable names per Java conventions: jdbi.

What would you say to replacing the all-caps JDBI project name with the class name Jdbi, then we only have two "official" casings of the name?

I'd still go all caps JDBI in prose, personally. But it's not a strong preference.

At any rate, this is getting to be a bikeshed so let's just go with Steven's last suggestion as the resolution, and get on to more important things. :)

To recap: Jdbi in prose and class names, and jdbi in variables.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

buremba picture buremba  路  5Comments

raderio picture raderio  路  6Comments

jimmyhmiller picture jimmyhmiller  路  6Comments

agavrilov76 picture agavrilov76  路  5Comments

Shujito picture Shujito  路  5Comments