typescript-style-guide
clean-go-article
| typescript-style-guide | clean-go-article | |
|---|---|---|
| 15 | 7 | |
| 750 | 3,061 | |
| 0.8% | 0.7% | |
| 9.5 | 0.0 | |
| 6 months ago | almost 3 years ago | |
| MDX | ||
| MIT License | - |
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.
typescript-style-guide
- Deno: What we got wrong about HTTP imports
Deno (with Typescript of course) is my "smaller Rust". Whenever I don't need the performance and efficiency of Rust, I fall back to Deno. The development speed is much higher while the result is reasonable fast and safe.
- Typescript comes pretty close regarding the type system, e.g. discriminated unions (https://mkosir.github.io/typescript-style-guide/#discriminat...) or "the second best version of null safety".
- Deno has an exceptional core api and std lib. Performance is great. In my experience it's very stable (except some newer Node APIs). The tooling is great and now the move to JSR and Node compatibility widens the ecosystem while trying to make it safer. I wonder how the Deno team plans to push JSRs adoption.
- It's single threaded. Yes, I think it's a feature. Multithreading via Webworkers might not be as fast as sharing memory, but it's much safer. I even think it has an edge over Go, if you don't need the extra performance of Go.
I really hope JSR adoption will grow.
- Show HN: The Last TypeScript Style Guide
- How I approach and structure Enterprise frontend applications after 4 years of using Next.js
The conventions I follow are inspired by this guide here. I highly recommend you read it and code snippets below are coming from that guide.
- Show HN: TypeScript Guide
- TypeScript – Annotation vs. Inference Help
- The Last TypeScript Style Guide
- Show HN: TypeScript Style Guide
- TypeScript-React Style Guide
clean-go-article
- Clean Code em Golang
- Clean Code com Golang
- https://np.reddit.com/r/golang/comments/pxb04t/how_to_name_structs_functions_variables_etc/heook44/
- How to name structs, functions, variables etc ?
- 7 subjects (and GitHub repositories) to become a better Go Developer
View on GitHub
- Clean Go Code
Writter and Source: Lasse Martin Jakobsen
What are some alternatives?
cules-coding - The official website of Cules Coding blogging and yoututbe channel.
go-clean-arch - Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
awesome-guidelines - A curated list of high quality coding style conventions and standards.
uber-go-guide-es - Trauducción de la Guía de Estilos de Uber en Go. Repo original: https://github.com/uber-go/guide
Noteit - Note-Taking App with markdown support. Made with React ⚛️
uber_go_guide_cn - Uber Go 语言编码规范中文版. The Uber Go Style Guide .