I built a simple CLI that suggests commit messages based on your git diff — perfect for lazy devs 😄
👉 github.com/IbrahimBagal...
Feel free to contribute: issues and PRs are welcome!
#Rust #CLI #Git #OpenSource
I built a simple CLI that suggests commit messages based on your git diff — perfect for lazy devs 😄
👉 github.com/IbrahimBagal...
Feel free to contribute: issues and PRs are welcome!
#Rust #CLI #Git #OpenSource
I built a simple CLI that suggests commit messages based on your git diff — perfect for lazy devs 😄
👉 github.com/IbrahimBagal...
Feel free to contribute: issues and PRs are welcome!
#Rust #CLI #Git #OpenSource
Did you know? In Rust:
Variables (and function arguments) are dropped in reverse order of their declaration.
Nested values are dropped in source-code order.
🤔 Does this behavior align with your expectations? Drop your thoughts below!
Did you know? In Rust:
Variables (and function arguments) are dropped in reverse order of their declaration.
Nested values are dropped in source-code order.
🤔 Does this behavior align with your expectations? Drop your thoughts below!
In Rust, when you assign a string, the variable doesn’t store the string itself—it holds a pointer to the memory where the string starts.
So, if `let string = String::from("Hello");` points to 'H', where do the other characters go? 🤔
In Rust, when you assign a string, the variable doesn’t store the string itself—it holds a pointer to the memory where the string starts.
So, if `let string = String::from("Hello");` points to 'H', where do the other characters go? 🤔
Did you know the `?` operator in Rust can simplify your error handling? It automatically propagates errors, making your code cleaner and more readable!
Have you used the `?` operator in your Rust projects? Share your experiences and tips below! 👇
Did you know the `?` operator in Rust can simplify your error handling? It automatically propagates errors, making your code cleaner and more readable!
Have you used the `?` operator in your Rust projects? Share your experiences and tips below! 👇
Discipline will change your life.
Good morning everyone 🌞
Discipline will change your life.
Good morning everyone 🌞
1️⃣ 1-2 parameters
2️⃣ 3-4 parameters
3️⃣ 5+ parameters
4️⃣ Depends on the context
What do you think? Share your thoughts and experiences! 📣👇 #CodeQuality #Programming #DevCommunity #TechTalk #SoftwareEngineering #BestPractices #CleanCode
1️⃣ 1-2 parameters
2️⃣ 3-4 parameters
3️⃣ 5+ parameters
4️⃣ Depends on the context
What do you think? Share your thoughts and experiences! 📣👇 #CodeQuality #Programming #DevCommunity #TechTalk #SoftwareEngineering #BestPractices #CleanCode
📘 If you're interested in learning more, check out the documentation here: nodejs.org/docs/latest/...
📘 If you're interested in learning more, check out the documentation here: nodejs.org/docs/latest/...