Hey!
Billgo

Blog

我觉得 Zig 语言的错误处理机制堪称精妙。它独辟蹊径,巧妙地融合了编译时与运行时的优势,既保证了程序性能,又兼顾了代码的可读性和可维护性。 本文将带你粗略了解在 Zig 语言中是怎么样处理错误的,一窥其设计巧思。 1)错误集 (Error Set) 在 Zig…

Like many other programming languages Zig has structs. A struct is a pretty simple and straightforward concept, it's a user defined data…

Zig is a relatively new sys programming language that serves as an alternative to C. It is designed to be simple straightforward and modern…

A software architect’s main goals revolve around creating a robust, scalable, and maintainable system while balancing the diverse needs of…

Storybook is a fantastic tool for developing UI components, but there are a few tricks to pairing it with Vue. Here's a collection of…