Skip to content
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

feat: Implement Chapter 12 (Classes) #30

Merged
merged 11 commits into from
Jan 27, 2024
Merged

feat: Implement Chapter 12 (Classes) #30

merged 11 commits into from
Jan 27, 2024

Conversation

danvk
Copy link
Owner

@danvk danvk commented Jan 26, 2024

Fixes #25

No deviations from the book. I was scared to define a method named bind on class, though I guess I've already defined a call!

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b15e60c) 97.44% compared to head (c6f6ce2) 97.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   97.44%   97.74%   +0.29%     
==========================================
  Files          15       17       +2     
  Lines        1722     1947     +225     
  Branches      269      291      +22     
==========================================
+ Hits         1678     1903     +225     
  Misses         43       43              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danvk danvk merged commit 04a4dc2 into main Jan 27, 2024
12 checks passed
@danvk danvk deleted the chapter12 branch January 27, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Implement Chapter 12 (Classes)
1 participant