BR
brownsunny148
Blocked user by Spotware at 05 Mar 2024, 08:50
0 follower(s) 0 following 0 subscription(s)

Information

Username: brownsunny148
Member since: 02 Jan 2024
Last login: 05 Mar 2024
Status: Blocked

Activity

Where Created Comments
Algorithms 0 1
Forum Topics 0 0
Jobs 0 0

Last Algorithm Comments

BR
brownsunny148 · 6 months ago

I have a small suggestion
Avoid magic numbers: Replace magic numbers with constants or named variables. For example, replace ThicknessCandle = 3 with const int CandleThickness = 3.