What are your best and worst coding traits? - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2) +--- Thread: What are your best and worst coding traits? (/showthread.php?tid=1089) Pages:
1
2
|
RE: What are your best and worst coding traits? - mnrvovrfc - 11-10-2022 Worst trait: trying to do the same simple thing in 100 different programming languages and 100 different BASIC "dialects". When I already have QB64PE, Freebasic and Lua, I look into Racket or something else. But it really interested me since I found out about it this year! And I don't want to "originally" LISP. Wanting to program games with that Lua-love thing but not getting around to finding the documentation. I downloaded and compiled a game for Linux called "Me and My Shadow" which reminded me how complex things could get, although it might not be harder than Terry's efforts. Best coding trait from me? There isn't any. Maybe one of you surmises I've been posting on this forum too much! RE: What are your best and worst coding traits? - JRace - 11-10-2022 Best trait: Perfectionism regarding the final product. I usually aim to crank out the tightest, fastest code that I can. Worst traits:
|