Skip to content

Instantly share code, notes, and snippets.

View amarlearning's full-sized avatar
🏎️

Amar Prakash Pandey amarlearning

🏎️
View GitHub Profile

Global/User Rules

TL;DR – Global/User Rules

Think like a senior engineer. Prioritize clarity, correctness, and maintainability. Favor explicit, idiomatic code. Design for testability and scale. Respect modularity and abstraction boundaries. Don’t over-engineer. Don’t assume. Always write code that makes the next engineer’s job easier.

These rules define how AI-generated code, refactors, and completions should behave across all projects — regardless of programming language. The goal is to ensure high-quality, maintainable, and idiomatic code that aligns with core software engineering principles.

@amarlearning
amarlearning / autoexec.cfg
Last active August 12, 2021 20:51
CS:GO Autoexec.cfg
// Launch Config
// -nojoy -novid -high -threads 6 +cl_forcepreload 1 -USEALLAVAILABLECORES -fullscreen -noborder -refresh 120 -tickrate 128
// v = Jump Throw
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "v" "+jumpthrow"
// X = Drop C4
bind "x" "use weapon_c4;drop;say_team Bomb is dropped.