Is there a guide for a beginner developer? #19314
-
Hi, I'm new to programming and wanted to have a full program to look at as I learn. Seeing musescore on here peaked my interest a bit. Is there a guide to help me look around? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Do you mean a guide to programming? Or a guide to using Musescore? For the former, see the info under Contribute / Development on musescore.org, although it's meant more for experienced programmers who just need to learn the specifics of how to contribute to the MsueScore project than for teaching programming. For help with MsueScore itself, see Help / Online handbook from within the program itself. |
Beta Was this translation helpful? Give feedback.
It's not like you'd need a certain skill level in order to contribute (as far as skill levels can even be defined...); there are a lot of different possible tasks, ranging from trivial to very complicated.
I can say though that it's useful to have some basic knowledge of programming, and some knowledge of C++ specifically, so that you can at least read it.
Once you have that, you're ready to start learning and contributing. Here are some tips: