-
Notifications
You must be signed in to change notification settings - Fork 494
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
3431 dev guide #3892
3431 dev guide #3892
Conversation
…pdated documentation.rst and geospatial.rst to include table of contents preface
…dev-guide #3431 Resolved ToC Conflicts: doc/sphinx-guides/source/developers/documentation.rst doc/sphinx-guides/source/developers/geospatial.rst doc/sphinx-guides/source/developers/testing.rst
Phil and I are confused about whether our merge conflict worked! Testing out this fix.
Changed filename and title of page and added a section called "Using Git" with info on how to make commits and resolve merge conflicts.
Fixed a couple typos in the Version Control page. Lookin' good!
Made minor typo/style fixes to testing.rst. Also looked over dev-environment.rst and it's all good.
Fixed a header typo I'd missed before.
Conflicts: doc/sphinx-guides/source/developers/dev-environment.rst
Changed formatting to fix issues with issue syntax and Waffle.
In terms of suggested netbeans settings, add that says roughly, go to options -> editor -> hints and check the following (at least): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For vagrant and VirtualBox, if there is an error like "vitualbox has halted", it could possibly be fixed after something changes are made to the vagrant script and some changes are made to the BIOS settings of windows laptop.
Avoid Hard-Coding Strings | ||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Special strings should be defined as public constants. For example, ``DatasetFieldConstant.java`` contains has a field for "title" and it's used in many places in the code (try "Find Usages" in Netbeans). This is better than writing the string "title" in all those places. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because (among other reasons), it makes translation easier.
|
||
- "Raw Types" under "Standard Javac Warnings" | ||
|
||
If you know of a way to easily share Netbeans configuration across a team, please get in touch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can export/import.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is mine netbeans.zip
Small fixes to Coding Style page.
Also link to list of contributors.
New Contributors
Welcome! New contributors should at least glance at CONTRIBUTING.md, especially the section on pull requests where we encourage you to reach out to other developers before you start coding. Also, please note that we measure code coverage and prefer you write unit tests. Pull requests can still be reviewed without tests or completion of the checklist outlined below. Thanks!
Related Issues
Pull Request Checklist