“The goal of software architecture is to minimize the human resources required to build and maintain the required system.” - Clean Architecture: A Craftsman's Guide to Software Structure and Design
#javascript#rust
The milky way could be teeming with intelligent life, yet these advanced beings choose to remain hidden or unobtrusive; they may be waiting for a particular developmental milestone or ethical standard to be reached before they make themselves aware.
#rust#space
The owner determines the lifetime of the owned
fn test() {
let mut foo = vec![1,1,1]; // allocated here
for i in 3..10 {
let next = foo[i-3] + foo[i-2];
padovan.push(next);
}
println!("P(1..10) = {:?}", foo);
} // dropped here
#rust#ownership
I’ve dedicated 12 years to #frontend development. Has been great by far but at the same time I feel a void, #javascript is not enough for me anymore, is the best language but there are better languages like #rust
Hope one day become a full Rust developer.
Everyone is freaking out with #react compiler but #vuejs is already a compiler.
Everyone is freaking out with #solidjs signals but #vue had signals already.