gerlowskija commented on PR #1793:
URL: https://github.com/apache/solr/pull/1793#issuecomment-1652121987

   > Might "Api" be a better name for this module? "Model" seems abstract.
   
   +1 - I waffled on the name a few times, but in hindsight I do think 'api' is 
better.
   
   > Putting "I" before the interfaces is something I normally kinda hate [...] 
Maybe "Api" prefix or suffix or none at all?
   
   I hate it as well, but I'm not sure how to differentiate between the API 
interfaces and the classes that implement them.  The implementing classes have 
an -API suffix, so that's already taken.  We could move the -API suffix to the 
interfaces and give the actual implementations an "-Impl" suffix, but I'm not 
really in love with that either.  Anyone have an idea that they like better 
than -API/-Impl or the "I-" prefix?  (Or have a preference between the two?)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to