paua-app / PyBalone

PyBalone is an Abalone like game written in python using Pygame.
GNU General Public License v3.0
0 stars 0 forks source link

Convention: Interfaces have an "I" as prefix #13

Open TjayG opened 8 years ago

TjayG commented 8 years ago

So. We know that we can't create interfaces and have to use abstract classes. But in abstract classes you can implement some methods, so when you need an interface, then write "I" as prefix, so everybody knows that this is an interface don't implement a method in it

IClass -> Interface Class -> (abstract) class

4kobras commented 8 years ago

Sounds fine to me