My favorite underrated coding tip is ______
Conversation
Notices
-
nixCraft 🐧 (nixcraft@mastodon.social)'s status on Saturday, 18-May-2024 03:15:21 JST nixCraft 🐧 -
hansvschoot (hansvschoot@mastodon.social)'s status on Saturday, 18-May-2024 03:21:51 JST hansvschoot @nixCraft make regular backups of your coding files. Do this by making a copy of the file you are coding in, preferably in the same directory for easy recovery, and name them like this: originalfilename_first-draft_friday_17th.origextension, originalfilename_second-version_fridayafternoon_17th.origextension, originalfilename_almost-working_friday_17th:8:25PM.origextension, originalfilename_final-segfault_friday_17th-verylate.origextension, etc...
-
Freevolt (freevolt24@mastodon.social)'s status on Saturday, 18-May-2024 03:26:46 JST Freevolt @nixCraft if you cannot understand some errors, start digging the least expected part.
-
TheElectricRambler (traveling_mike@mastodon.social)'s status on Saturday, 18-May-2024 04:02:48 JST TheElectricRambler @nixCraft You are an experienced Python developer with a knack for deciphering ancient code. Read the following Python script that I wrote 2 years ago, which might as well have been written in hieroglyphics. Explain to me what it does, add docstrings, and other documentation to it as required.
-
Epistomai (epistomai@mastodon.social)'s status on Saturday, 18-May-2024 04:49:54 JST Epistomai @nixCraft dropping variables and states into console log instead of using debuggers
🙈
-
Roberto Otárola Estrada (robertootarola@mastodon.social)'s status on Saturday, 18-May-2024 05:05:28 JST Roberto Otárola Estrada @nixCraft sleep on it
-
IMY (imydev@mastodon.social)'s status on Saturday, 18-May-2024 05:18:59 JST IMY @nixCraft don't smash features on top of bugs (IDK if I got the message across)
-
henriqueyun (henriqueyun@mastodon.social)'s status on Saturday, 25-May-2024 19:46:50 JST henriqueyun @nixCraft just read what's in your screen
-