Skip to content

How one can process the source code in a one file structure? #285

Answered by aristocratos
Davoodeh asked this question in Q&A
Discussion options

You must be logged in to vote

@Davoodeh
Well, in general I would recommend vscode to get a better overview when coding regardless of language or how big the file is. There is loads of useful plugins and it provides a really nice outline to make your life easier and quickly jump around big files. This is my coding setup for bpytop:

However using bpytop as a kinda framework for writing other programs is not gonna be easy unless you have got a good grasp of classes, subclasses and class methods. All core functions; text buffering, keyboard/mouse input, and etc., was written specifically for use in bpytop so might need a lot of modifying to work well in other projects.

The only documentation currently existing is the spa…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Davoodeh
Comment options

Answer selected by aristocratos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants