本文介绍了第三方应用程序扩展命名约定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以对开发第三方应用程序扩展的适当命名约定提供一些见识吗?我主要关心的是在我的命名空间中使用其他公司名称或产品名称的合法性.

假设有一分钟我在一家名为我的公司"的公司工作.我正在为"The Other Company"开发的名为"Some Application"的应用程序开发扩展.我的直觉告诉我,最恰当的做法是:

MyCompany.TheOtherCompany.SomeApplication.TheNameOfTheExtension

我知道我们主要是编码员,而不是律师,但是有人知道这是否合法,并且通常不会皱眉吗?

Could anyone provide some insight into the appropriate naming convention for developing extensions to third party applications? The main thing I am concerned with is the legality of using another company name or product name in my namespace.

Assume for a minute I am working for a company, "My Company". I am developing an extension for an application named "Some Application" made by "The Other Company". My instincts tell me that something along the lines of this would be the most appropriate:

MyCompany.TheOtherCompany.SomeApplication.TheNameOfTheExtension

I know we are mostly coders, not lawyers, but does anyone know if this is legal, and not generally frowned upon?

推荐答案


这篇关于第三方应用程序扩展命名约定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 22:10