Jump to content
Sign in to follow this  
Susu

Interface naming

Recommended Posts

Hi,

 

As some of you may have noticed, I helped a little with the renewal phase one and HPM system, converting some files into interface (based on what you gys already started).

 

I was converting the map.c with my tools (HerculesInterfaceMaker) and noticed when that was done  there was a conflict with the interface name "map" because there was already a var with that name (map_data *map) and it created a conflict.

I already got the same problem with the db.c file, and I just named the interface DB (caps).

 

So I was thinking it could be nice to have a naming convention for all the current and future interface, this would be easier for developpers and more user-friendly.

 

What do you think ?

Share this post


Link to post
Share on other sites

woonderful I didnt (failed to) see this before i did the recent commits, but dont worry i'll get a topic set up

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.