readability improvement #8974

pull smatthewenglish wants to merge 1 commits into bitcoin:master from smatthewenglish:patch-5 changing 1 files +1 −1
  1. smatthewenglish commented at 2:38 PM on October 19, 2016: contributor

    No description provided.

  2. readability improvement d550103981
  3. jonasschnelli commented at 2:57 PM on October 19, 2016: contributor

    Changing old release notes makes no sense IMO and stuff like this leads to "pull-request-overview pollution".

  4. MarcoFalke commented at 3:06 PM on October 19, 2016: member

    Sometimes we change release notes when an issue is discovered shortly after release, but I don't think fixing 0.4.0 release notes helps anyone.

  5. MarcoFalke closed this on Oct 19, 2016

  6. laanwj commented at 3:06 PM on October 19, 2016: member

    Yes, 0.4.0 is ancient. Let's not mess with historical documents like this...

    Thanks for trying to help, but it would be much more helpful to correct e.g. language in the the RPC help or build documents.

  7. MarcoFalke commented at 4:15 PM on October 19, 2016: member

    @s-matthew-english If you are looking for small things to help out with, you can

    • search through the easy to implement issues.
    • write tests to improve the coverage (both unit tests and rpc tests are welcome)
    • help with review and testing (There are easy ones such as the gui and rpc)
    • join us on irc and let us know what you are interested in.
  8. smatthewenglish commented at 4:49 PM on October 19, 2016: contributor

    @jonasschnelli ah, please forgive me I wasn't trying to pollute the pull-request-overview. my idea was that, if I'm trying to understand some else's code I guess I would read through the release history and all the comments first. I won't submit pull-requests about old release notes anymore @laanwj @MarcoFalke thank you! for sure I'll check those out

    do you guys know a good resource on C++ that I could investigate?

  9. smatthewenglish commented at 5:26 PM on October 19, 2016: contributor

    :/ I checked out the gui and rpc issues, I feel like I don't understand the code well enough yet to contribute in a good way there.

    my idea was to bootstrap my knowledge of the code, and my ability to work with git by reading through the comments and initially just making some small improvements, do you think, if I avoided the old release notes, that it could be something useful? the last thing I would want to do is to make a nuisance of myself

  10. laanwj commented at 6:00 PM on October 19, 2016: member

    @s-matthew-english As you seem documentation-focused I'll give some examples related to that. I'd recommend focusing on user-facing things, not developer-facing things such as code comments (unless they're terribly wrong; a typo in a comment is meh). But anything user-facing is bound to have much more impact.

    For example, RPC help messages. The RPC help messages are part of the code, but in principle are just hard-coded text in the cpp files in src/rpc/*.cpp and src/wallet/rpcwallet.cpp, e.g.:

    I'm sure there are plenty of mistakes, both in language, and correctness of types/descriptions there, as well as things that could use clarification. And it would be very useful to improve them as they are a frequently used resource.

    Other documents that are essential are e.g.:

    In the GUI code (src/qt) are also plenty of user-facing dialogs and strings.

  11. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 21:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me