-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General cleanup #23
Comments
load_tutorials.rb loads the examples, not the tutorials. |
The original intent was that tutorials would be fewer but with much more comments that makes little assumptions on prior knowledge. There would be more examples than tutorials, acting as a way to present patterns and solutions for more experienced developers that just need a reference to look at.
What do you mean by this? Can you show what you are referring to?
rubocop-sketchup can be configured to look in any folder. I think this this repo is a good one to demonstrate a complete project setup - since this contains many examples. For a project example I think it's better to have one dedicated for that. The current VSCode example shows a basic project setup: https://github.com/SketchUp/sketchup-extension-vscode-project
True, "ex" could imply "extension" as much as "example".
The 99 was to make them appear towards the end of the list when the files are sorted by name (which they usually use)
This was intentionally since there's more examples than tutorials. |
Hmm. That makes sense. I should consider changing my PR to only add examples, including the comments I already had.
Being used to the file structure of extensions, I can easily see that each folder in
Then we should probably rename it |
That makes sense. |
I have come to believe that this repo, although well intentioned, has "put too many eggs in one basket" making it unwieldy. The numbering is also problematic. If the time comes to renumber tutorials, the whole repo must change even if there is no real code changes the lessons. It is also confusing having 1 issue tracker for multiple extensions. I would propose that y'all open another account named "SketchUpTutor" or "TrimbleTutor" and have each lesson tutorial extension in a separate repository. Each one's README could have a link to the next lesson repo. And somewhere (GitHub Page) a master curriculum link list to all the tutorials in a series. This dedicated account could have both Ruby and C tutorials for SketchUp as well as LayOut. Just come up with some kind of repo prefix naming convention similar to what your doing now. ? |
This is a quite old repo and there seems to be a lot of things we could look over in a general clean up. Here are a few points.
The text was updated successfully, but these errors were encountered: