react-feather icon indicating copy to clipboard operation
react-feather copied to clipboard

Case Consistency

Open Aparaxium opened this issue 2 years ago • 1 comments

Is there a reason GitHub uses PascalCase while Gitlab uses Snakecase?

export { default as GitHub } from './icons/github'; export { default as Gitlab } from './icons/gitlab';

Proposal: Change Gitlab to GitLab

Aparaxium avatar Sep 17 '21 07:09 Aparaxium

I would maybe agree here, I first thought that it could be because GitLab spelled there name "Gitlab", in which case it makes sense to as it is now, but they dont. So this would make change to change. But also a super small thing that might have unnecessary ripple effects through out some peoples project, it is a braking change after all

imMatheus avatar Aug 26 '23 15:08 imMatheus