CIPs
Ruby style guide
CIPs | Ruby style guide | |
---|---|---|
159 | 38 | |
533 | 16,510 | |
0.9% | 0.1% | |
8.8 | 4.6 | |
7 days ago | 25 days ago | |
JavaScript | ||
Creative Commons Attribution 4.0 | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CIPs
-
Transaction models are programming paradigms
> There are more downsides than that. The eUTxO model is not equivalent to accounts when it comes to its capabilities for building dApps.
> I explained it in more detail recently in a problem statement document for Cardano: https://github.com/cardano-foundation/CIPs/pull/874
I think I'm siding with Michele in this situation that what you describe as a problem is rather just a UX painpoint of UTXO and not a flaw or issue that needs to be fundamentally changed.
If you want to be able to coordinate to construct transactions you need to do it off-chain. The network can have standard systems for doing that or for verifying content (ex: DA-ed data that doesn't commit to L1) but any transactions that are settling on chain need to be 100% deterministic.
- Ledger vs Trezor vs Others addr derivations
-
Catalyst Weekly #72: Fund10 Updates (tech stack), Summon Testnet, Voltaire Musings, CIPs & more
CPS-???? | Governance Security [New Problem]: This problem statement describes security issues to be considered by protocol governance CIPs.
-
Lace 1.0 is now live on Cardano mainnet!
The Lace team is already working with the community on how to find the best way to develop the CIP-72 - DApp Registration & Discovery. If you’re interested in taking part, contribute here
-
Cardano Dapp store
All mobile wallets have some kind of dApp browser, but there are no hard specs for how they should be run that is implemented at the moment. You might be interested in CIP72 if you're interested in standards for this topic more generally: https://github.com/cardano-foundation/CIPs/pull/355
-
Catalyst Weekly #71: F10 updates, Ariob demo day, LATAM CIP-1694 Workshops, Cardano Talent hub & more
CIP-???? | Extend token metadata for translations [New Proposal]: This proposal defines an addition to CIP-25 | Media NFT Metadata Standard to support more languages than English.
-
Catalyst Weekly #70: Voltaire musings, Film festival winners, Fund10 updates, Workshops & more
If you wish to add your perspectives to CIP 1694, make sure to share them here. Add your voice as the era of Voltaire rolls out!
-
Catalyst Weekly #68: Circle updates, Cardano4Climate, #letstalkcardano, CIPs and more!
Last week, a community-led roundtable took place on the topic of CIP-1694. You can catch the recap and outcome in last week’s newsletter or this Cardano Forum recap here. Worth a read.
-
Account Abstraction
Conditions inside a native script (but there is a CIP for changing this here)
- What’s upcoming for the next CIP’s any details and timelines? Thank you.
Ruby style guide
-
Coding Standards in the Software Industry: A Focus on Ruby
Ruby Style Guide
-
Services and tools to automatize development for the remote teams
Rubocop is the most popular linter we use in conjunction with Pronto. Out of the box, it enforces many of the guidelines outlined in the community Ruby Style Guide.
-
An Introduction to RuboCop for Ruby on Rails
By default, RuboCop will enforce the style defined in the Ruby Community Style Guide. We can tailor it to our specific tastes and context, but let's rely on this basic set of rules to learn how to use RuboCop.
-
Code Reviewing a Ruby on Rails application.
RuboCop is a Ruby static code analyzer (a.k.a. linter) and code formatter. Out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide. Apart from reporting the problems discovered in your code, RuboCop can also automatically fix many of them for you.
- Naming conventions and style guides in programming"
-
Shine bright like a.. Ruby 💎
Read more about Ruby.
-
10 Best Practices for Ruby Programmers: Tips for Efficient, Maintainable, and Bug-Free Code
8. Use a consistent style: Consistency is key when it comes to writing readable code. Use a consistent style throughout your codebase, and follow common Ruby style guides like Ruby Style Guide.
-
It's Official: the Standard Ruby VS Code extension
The real standard is to use default rubocop configuration which is based on https://rubystyle.guide/.
-
Why I think we should adopt and use new Ruby features
It used to, before recently. It literally said, "The and and or keywords are banned."
-
Rubyme: My minimalist Ruby Handbook
rubocop/ruby-style-guide
What are some alternatives?
dex-lang - Research language for array processing in the Haskell/ML family
Best-Ruby - Ruby Tricks, Idiomatic Ruby, Refactoring and Best Practices
essential-cardano - Repository for the Essential Cardano list
Fundamental Ruby - :books: Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs
cardano-ledger - The ledger implementation and specifications of the Cardano blockchain.
RSpec style guide - RSpec Best Practices