Double-underscore TransactionBuilder (and other) internals
See original GitHub issueTransactionBuilder.prototype.tx
was never for public consumption, and it has changed several times between releases.
I think it should be changed to .__tx
to eliminate confusion, and avoid code breakage for users (which has happened previously).
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
What is the meaning of single and double underscore before ...
Single Underscore. In a class, names with a leading underscore indicate to other programmers that the attribute or method is intended to be...
Read more >What's the Meaning of Single and Double Underscores In ...
Single leading underscores are generally used in classes to define “internal” attributes. I put double quotes around internal because there is no such...
Read more >Allow variables starting with underscore. #12270 - vuejs/vue
By refactoring Vue internals to use a double underscore instead of a single underscore this would allow developers to use single underscores ...
Read more >What is the meaning of single and double leading underscore ...
Inside a class, when a variable name has two leading underscores, ... it helps Python distinguish between the same variable names from different...
Read more >The Meaning of Underscores in Python - dbader.org
The underscore prefix is meant as a hint to another programmer that a variable or method starting with a single underscore is intended...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
irrational fear. closures just FEEL hacky and like one of those things that nodeJS devs will say “oops, we broke closures… oh well.”
See https://github.com/bitcoinjs/bitcoinjs-lib/pull/1038