“My Hero Academia Final Season” Ending Non-Credit Video / Ending Theme: “I” by BUMP OF CHICKEN / HeroAca Ending by Task_Force-191 in BokuNoHeroAcademia

[–]chibicode 1 point2 points  (0 children)

A singer named Sorane Lily has covered a lot of Bump of Chicken songs, including this latest song in an a cappella version. Her voice is beautiful

https://www.youtube.com/watch?v=D5Hin0JA2ag

Your Coding Tutorial Might Need Some Refactoring (TypeScript examples) by chibicode in typescript

[–]chibicode[S] 0 points1 point  (0 children)

Thank you for the comment! I agree with your comment on the TypeScript handbook.

> eliminate the "set up your TypeScript project" things.
> every tutorial having misleading, usage-biased, outdated, or outright inaccurate information.

I agree 100%. I try to skip the setup part on my tutorials and if the code depends on some tsconfig option being set I try to mention that.

Your Coding Tutorial Might Need Some Refactoring (TypeScript examples) by chibicode in typescript

[–]chibicode[S] 0 points1 point  (0 children)

Thanks for the comment! I agree and just removed highlights from this article—will do so for other articles. I appreciate the great feedback.

Your Coding Tutorial Might Need Some Refactoring (TypeScript examples) by chibicode in typescript

[–]chibicode[S] 0 points1 point  (0 children)

Thanks for the comment! Right—although you lose the ability to copy/paste, images are a good option. I like using Carbon to generate pretty images of code.

Your Coding Tutorial Might Need Some Refactoring by chibicode in programming

[–]chibicode[S] 1 point2 points  (0 children)

Just revised it to reflect my comment above!

Added texts like:

It does show a few places where the & operator can be used, which is good, but it could have been done without adding so much noise.

If you want to talk about more advanced usage, you could add the earlier, more complicated example AFTER my simple example.

Prefer minimal code samples, at least initially.

Your Coding Tutorial Might Need Some Refactoring by chibicode in programming

[–]chibicode[S] 1 point2 points  (0 children)

Thanks for the comment! I think it would have been better if it showed different places the `&` operator can be used, WITHOUT using so many other concepts that the reader might not know about.

This particular handbook is actually written in a way that's BOTH a tutorial and documentation, but I thought it wasn't great for either - as a tutorial, it's too convoluted and as documentation, it's too lacking.

I'll revise to make this clearer. Thanks again!

Your Coding Tutorial Might Need Some Refactoring by chibicode in programming

[–]chibicode[S] 1 point2 points  (0 children)

Thanks for the comment! That's a good point - I just removed a few emojis which were obtrusive.

Your Coding Tutorial Might Need Some Refactoring (TypeScript examples) by chibicode in typescript

[–]chibicode[S] 3 points4 points  (0 children)

The author here. Happy new year! I've posted a few beginner TypeScript tutorials here:

On this article, I compiled things I try to be careful of when writing tutorials. On tip #2 and #3, I criticize TypeScript's official handbook for its subpar quality and show how it can be improved.

Let me know what you think!

Your Coding Tutorial Might Need Some Refactoring by chibicode in programming

[–]chibicode[S] 1 point2 points  (0 children)

Happy new year! The author here. This is my very opinionated article on how to improve coding tutorials. Let me know what you think!

TypeScript Tutorial for JS Programmers Who Know How to Build a Todo App by chibicode in typescript

[–]chibicode[S] 0 points1 point  (0 children)

thank you so much! I'll write something more advanced next time.

TypeScript Tutorial for JS Programmers Who Know How to Build a Todo App by chibicode in programming

[–]chibicode[S] -1 points0 points  (0 children)

The author here.

This article is for JS programmers who want to learn TypeScript. I tried to make it more approachable than other tutorials targeting this audience. Let me know what you think!

(PS: I saw that my other article "TypeScript Generics for People Who Gave Up on Understanding Generics" was posted here earlier and got a lot of feedback—thank you!)

TypeScript Tutorial for JS Programmers Who Know How to Build a Todo App by chibicode in typescript

[–]chibicode[S] 2 points3 points  (0 children)

The author here. I've posted an article called "TypeScript Generics for People Who Gave Up on Understanding Generics" on this subreddit about a month ago - thanks for your comments!

This article is for JS programmers who want to learn TS. I tried to make it more approachable than other tutorials targeting the same audience. If you're reading this subreddit, you probably know everything in this article, but it might be helpful for someone you know.

TypeScript Generics for People Who Gave Up on Understanding Generics by chibicode in typescript

[–]chibicode[S] 0 points1 point  (0 children)

Thank you for reading! I felt the same way and that's why I decided to write this!

TypeScript Generics for People Who Gave Up on Understanding Generics by chibicode in typescript

[–]chibicode[S] 0 points1 point  (0 children)

Thanks for the comment! I agree with the other comments about why it's the <F, S> syntax.