+ 16
What makes code good?
What are the main features you look for when you are coding? Do you pay more attention to efficiency, readability, reliability, completeness, or something else?
25 Antworten
+ 12
1. Readability,
2. Being DRY (not having duplicate code),
3. Computational complexity of O(n) or less,
+ 11
1.efficiency
2.completeness
3. Beautifulness
4.Creative Ideas
5. Understand My code
+ 10
1: EFFICIENCY
Obviously, clean code is fast code. Code that is clearly written is easier to maintain and tends to be faster because it indicates that the code was correctly developed and refactored to its core
2 MAINTENABILITY
is to write it for other people to read. This means a combination of keeping it short, simple and consistent or ‘KISS’; good comments, consistent coding standards, good naming conventions of variable
3 WELL STRUCTED
Well-structured code is basically about how the various objects in a software code base collaborate with each other
4 REGARDED BY YOUR PEERS
Good programmers know good code. You know you are doing a good programming job when your peers have good things to say about your code and prefer to copy and paste from your programs.
5 READABLE
is how easy is to read and understand the code and its purpose.
6.RELIABILITY
Code that is stable will not cause short dumps. This means more reliable applications and less downtime to the business.
7 FOLLOWS STANDARDS
This characteristic means that the code follows a set of guidelines, rules and regulations that are set by the organization.
8.EXTENSIBILITY
This characteristic means how easily code can adapt to changing conditions or how easy is it to add new functionality.
+ 9
1. being WET to confuse anyone
2. Readability
3. Creative
4. Neat
5. no error
6. not a plagiarism
7. simple but complex
8. completeness
+ 6
1) creaties ideas
2) Begin DRY (like salekin sayed)
3) understand the code
+ 6
try to make code small but efficient,
code should have a smaller execution time.
And all the above posts 👆
+ 6
Depends by the side
For boss:
-working
For Coder
-working
For customer
-working fast
For community
EFFICIENCY
MAINTENABILITY
WELL STRUCTED
READABLE
FOLLOWS STANDARDS
EXTENSIBILITY
the truth
For me:
Open Source
Cause I believe that if it is open source it has to be working or it will work sooner; if it is open we can make it faster,secure and compatible with community demands :D
+ 6
To think that you are doing what others can't see, most of the time people don't even think.that every bit is coded... For now SoloLearn is showing hoe
+ 6
It should be comprehensible to you in the first place.
You should be able to retrace your steps
+ 5
1. Neat
2. Readable
3. Complete
+ 4
just separate the important think from the public.
+ 4
simple
best
easy to understand
+ 3
I'll say only one then
"Always think that less code isn't the meaning of faster" this is how to make code good
+ 2
1.Creative ideas
2.Unique codes
3.No errors
4.Readability
+ 2
readable
unique
+ 2
give ur variables and methods funny names so when other people read em theyll laugh
+ 2
reusability is key for speed
+ 2
want b2 a hacker, C/C++ and _asm is all i like
+ 1
make people enjoy what you did and efficiency of your code
+ 1
readability, crisp and precise logic, simple methods and not using complex declaration, with comments for each and every where necessary for better understanding of others, time taken for execution