Lack of hidden control flow (destructors, operator overloading) & explicit casting make it really nice for code review.
Pointer niceties (point-deref, fieldParentPtr, slicing, capturing) & comptime reduce ceremony when interacting with memory and help keep focus on the logic.
How noisy a programming language's syntax is plays a big role in detecting bugs and errors in code
It's a subtle reason why raw manipulation of memory in Zig feels way less error prone than C or C++ or Rust. Zig code is just easier to scan and read