Closed kmbenjel closed 2 years ago
hmm, I haven't been in school in a while, does the norm require functions to be prefixed with ft_
now?
Otherwise I think its a terrible idea.
Only public functions of a library should have a common prefix (so for school, it only makes sense for libft). For regular programs where it's functions are not used by anything else other than that program, I think adding a prefix is confusing (maybe adding a prefix for the module of that function makes sense), as it implies you re using a function from a library and not one from your program.
Sure it does not, yeah I look about Libft for now as I'm still on it. You could just miss ft_ in its required functions so I thought it could be a nice idea, not to generalize it for auxiliary functions, of course.
I think it's an excellent feature to add, even if it's not part of the subject of c_formatter, but it's close to it and enjoyable.