0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

sourceReading > google-api-cpp-client > クラス名とファイル名が異なる ものもある

Last updated at Posted at 2015-05-06

以下の2つはクラス名とファイル名が異なる。

  • client_service.h > class clientServiceRequest
  • media_uploader.h > class MediaUploadSpec

以下はクラス名とファイル名が同じ (snake caseをcamel caseには変えている)

  • service_request_pager.h > class ServiceRequestPager

統一性がない。

このあたりgoogleのコーディングルールで決まっていないのだろうか?

IDEの補完機能が活用されるのかもしれないが、統一性がある方があとあと面倒が少なそう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?