Also I have a long function including other functions, so should I write the long fuction firt and then inside functions? or should I write inside functions first and then long function?
But you should start simple. Build your long function step by step and add other functions incrementally, testing that your function works as intended on each step.
Я опять забыл, что делать, если у меня есть какие-то custom-пакеты, которые я сам для себя написал и не регистрировал нигде, как их использовать в других своих пакетах
But you should start simple. Build your long function step by step and add other functions incrementally, testing that your function works as intended on each step.
thanks. It means I should write my main function first and step by step add other functions, right?