Java包中的连字符公司名称 [英] Hyphenated company name in Java packages

查看:209
本文介绍了Java包中的连字符公司名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设您正在为BarBaz Incorporated的 foo 项目的核心模块工作。您的代码片段可能如下所示:

Say you're working on the core module of the foo project for BarBaz Incorporated. Your code fragment might look like this:

package com.barbaz.foo.core;

import com.barbaz.foo.util;

如果贵公司的网站不是 barbaz.com,那会是什么? / code>,而是 bar-baz.com

What would the convention be if your company's website was not barbaz.com, but instead bar-baz.com?

推荐答案

Java语言规范给出了建议约定:


如果域名包含连字符或标识符中不允许的任何其他特殊字符(§3.8),请将其转换下划线。

If the domain name contains a hyphen, or any other special character not allowed in an identifier (§3.8), convert it into an underscore.

但这只是一个建议......

But it's just a suggestion...

这篇关于Java包中的连字符公司名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆