Why are the trending codes always so basic? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Why are the trending codes always so basic?

The majority of codes on trending are extremely simple. They often don't do anything useful, and some take an unecessary amount of work to accomplish something that could be accomplished in a much more simple manner. The SVG drawings that are currently trending. What's the point of that? You can just open up a paint program and draw a butterfly with that, save the image. SoloLearn is full of people coding things that are actually useful and cool, but those never get trending. Why?

17th Aug 2017, 9:28 PM
Jose Hoyos
Jose Hoyos - avatar
11 Answers
+ 12
Mostly because the IDEs are limited and you can't really make long projects on them. People will usually like what seems to be visually attractive and this is why web codes get all the attention. All of those codes being posted require a lot of internet bandwidth too. There are better alternatives to SL when it comes to posting codes, such as GitHub. But this is also a learning app and not really a place to make really meaningful codes.
17th Aug 2017, 9:39 PM
Karl T.
Karl T. - avatar
+ 18
I didn't understand why you compared a paint program with an SVG draw in HTML5, i can say your canvas codes can be re-made by using a video editing tool... it doesn't make sense at all. Definitely more codes deserve attentions (complex and not), unfortunately this is how the "followers system" works, quite similar to any common social network, if you are not an active community member rarely you'll gain attentions due to the followers system, contrarely... if you have many followers any of your code will get easily bunch of upvotes (and it happened to me, too), but i have to admit Sololearn is doing a good job with the Trending Section, they constantly change the codes/posts and i see many more codes in trending compared to some months ago.
17th Aug 2017, 11:33 PM
Maz
Maz - avatar
+ 11
In what way is it basic? You should see Gavin's COTD!
17th Aug 2017, 11:35 PM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar
+ 11
@Jose i got it... SVG in particular is replicable in many easier ways, you have your reasons despite i still think there's nothing wrong in that code, it deserves popularity exactly like many other good works here, maybe just a subjective point of view. Thank you for your reply, 恊悄恙ćæ怂
18th Aug 2017, 12:12 AM
Maz
Maz - avatar
+ 10
Unfortunately, in non-web codes, those which make it to trending have 2 factors associated with their success: 0) The popularity of the creator - If you're extremely popular, you are bound to get atleast 100 likes even on an extremely simple code... //Especially valid if you're from India and gain a fan-following... 1) Whether the code is interesting to use or not - If you made a dull code that can calculate something, or something that is too large, people will not like it, but if the output is pretty, they will. //Mostly not possible here on SoloLearn. //Printing a diamond, or ascii characters, is a better code for many, but those are just the uses of a for loop, nothing much... In the end, don't worry about who makes it to trending. If your code is awesome, it will surely make it to trending. So, just code, thats all.
18th Aug 2017, 12:01 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 6
I call it code discrimination lol but I got over it. https://www.sololearn.com/discuss/250071/?ref=app
17th Aug 2017, 9:39 PM
Ghauth Christians
Ghauth Christians - avatar
+ 3
well SL is mainly an app for beginners so i think that is why most codes will be basic and people do them to practice the new skills they have gained so i think simple basic fun code is good enough to get to trending
17th Aug 2017, 9:42 PM
Ahmed
Ahmed - avatar
+ 3
You know i never actually really noticed that šŸ˜†
17th Aug 2017, 11:26 PM
Krieg7
Krieg7 - avatar
+ 3
oyasumi
18th Aug 2017, 3:10 AM
Krieg7
Krieg7 - avatar
+ 2
@Maz My canvas codes, with the exception of my sorting algorithm visualizations, are interactive. The svg drawings are not. The svg drawing is neat, but there's no reason to spend so much time making a simple butterfly drawing when the same effect can be achieved with a paint program. My sorting algorithm visualizations are proofs of concept. Showing how the algorithm works, and cementing it in my mind by coding it myself. You can't say the same about the svg. Drawing in svg doesn't show how svg works, and such a long bit of code is excessive as a test of knowledge. It doesn't have a use, and it's replicable by easier methods. Other than that, thank you for your answer.
17th Aug 2017, 11:51 PM
Jose Hoyos
Jose Hoyos - avatar
+ 1
Im gonna try to read those japanese characters....
18th Aug 2017, 3:05 AM
Krieg7
Krieg7 - avatar