0
One file - functions, another - algorithm
Is there a way to divide files like one contains all functions where they can be edited, and another file is main where I write algorithm of using these functions? What is the best proper way to do use this method, so there will be no issues? Thanks
1 ответ
+ 1
it's straight forward. you can write function or classes in one file and include the file in the main file. that is what libraries and modules are after all.
it depends on what programming language you are talking about.