pygame-community / pygame-geometry

🐍🎮-🔷 pygame with polygons, circles, lines, and raycasting
GNU General Public License v3.0
28 stars 11 forks source link

Rename "collideswith" methods to "collide" #223

Open itzpr3d4t0r opened 1 year ago

itzpr3d4t0r commented 1 year ago

I suggest this change as it has two benefits:

  1. It would make people's code shorter and a bit more readable since the function name isn't composed of two words without space
  2. It would align more with the other collision functions which are in the form .collide* and not .collideswith*