Note about comments and dead code
Comments are something that can both: ruin your code and make it better.
A good comment takes time to think and write, and therefore most often we all come across disgusting comments that are nothing but a piece of visual garbage.
#comments, #code, #style
Comments are something that can both: ruin your code and make it better.
A good comment takes time to think and write, and therefore most often we all come across disgusting comments that are nothing but a piece of visual garbage.
#comments, #code, #style
Isaakβs Blog
Blog isaak.dev
A good comment takes time to think and write, and therefore most often we all come across disgusting comments that are nothing but a piece of visual garbage.
β€1π1
Thoughts about naming variables and methods
The proper naming of variables, functions, methods, and classes is one of the most important attributes of elegant and clean code, that clearly reflects the intentions of the programmer, without assumptions about what was meant.
#python, #django, #js, #code, #style
The proper naming of variables, functions, methods, and classes is one of the most important attributes of elegant and clean code, that clearly reflects the intentions of the programmer, without assumptions about what was meant.
#python, #django, #js, #code, #style
Isaakβs Blog
Blog isaak.dev
The proper naming of variables, functions, methods, and classes is one of the most important attributes of elegant and clean code, that clearly reflects the intentions of the programmer, without assumptions about what was meant.
β€1π1
Credo is a static code analysis tool for the Elixir language with a focus on teaching and code consistency.
It can show you refactoring opportunities in your code, complex code fragments, warn you about common mistakes, show inconsistencies in your naming scheme and - if needed - help you enforce a desired coding style.
#elixir, #erlang, #beam, #code_analysis, #static_analysis, #linter
It can show you refactoring opportunities in your code, complex code fragments, warn you about common mistakes, show inconsistencies in your naming scheme and - if needed - help you enforce a desired coding style.
#elixir, #erlang, #beam, #code_analysis, #static_analysis, #linter
β€1π₯1
6 Awesome Ways To Present Your Code
At some point, every developer has to present code snippets. This could be for a presentation, or a tweet, or a blog, or just to go through a snippet later in time.
Let's dive into the tools you can use to present your code awesomely.
#article, #code, #snippets, #terminal
At some point, every developer has to present code snippets. This could be for a presentation, or a tweet, or a blog, or just to go through a snippet later in time.
Let's dive into the tools you can use to present your code awesomely.
#article, #code, #snippets, #terminal
β€1π₯1
CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with over 100 language modes and various addons that implement more advanced editing functionality. Every language comes with fully-featured code and syntax highlighting to help with reading and editing complex code.
#javascript #js #code #editor #browser #api
#javascript #js #code #editor #browser #api
β€1π₯1
Sourcegraph is a fast and featureful code search and navigation engine.
#golang #go #code #search #engine #sourcegraph
#golang #go #code #search #engine #sourcegraph
β€1π1π₯1