Most of the blogs or tutorials or books have private methods at the bottom of any class/module. Is this the best practice?
I find having private methods as and when nece
I think that public methods is a some kind of interface of the object, and it's logical to place them on the most prominent place i.e. in the top of file.