Login
Discover
Waves
Communities
Login
Signup
Topics
#clean-code
Global
Trending
Hot
New
Top
#clean-code
New
Top communities
Create your community
latest #clean-code created topics | Ecency
albro
Programming & Dev
2023-09-21 21:30
Horizontal Formatting and Tricks By albro
Have you ever thought about clean coding? In this post, let's about horizontal formatting to make coding more readable.
$ 16.146
588
3
3
albro
Programming & Dev
2023-09-14 21:31
Commenting, Code Structure and Tricks By albro
In this post I want to talk about commenting for codes as well as code formatting. Usually, novice developers think that these two items are not so important in code readability and cleanliness, but the
$ 11.713
167
2
albro
Programming & Dev
2023-08-25 04:43
Clean Coding: Correct Naming By albro
When it comes to naming in programming, there is one general rule: "meaningfulness of the names you choose".
albro
Programming & Dev
2023-08-06 08:44
Writing Clean Code By albro
When we talk about clean code, we mean the same stress points, but when we talk about clean architecture, we mean how to structure your projects, "where" to write the code and how to "structure" it (for
nevies
The Comedy Club
2026-07-02 11:46
Promoted
Trump After the Failed Assassination Attempts: Coloured Version
When I began my 2D animation journey I decided I was only going to do colourless animations in order to reduce the time it takes to churn out videos. But even that hasn't helped me to be as prolific as
parthipan
javascript
2018-01-14 22:57
!
New account with an unverified outbound link, Reveal content
Alternatives to Switch Statement for Performance Optimization in Javascript
We might have come across situations where we preferred to use a switch statement in our JavaScript codes. This decision might have been influenced by the desire to write clean and maintainable code or