Within the current project I am involved in, we have incorporated and utilized a function called Ajax repeatedly throughout various sections.
function Ajax (recvType, waitId)
I am considering implementing the "prototype framework" for the Ajax class. Should I make modifications directly to the existing Ajax class or create a new class with a different name? Alternatively, should changes be made across the entire project? Is there a way to have two methods with the same name but different functionalities?