• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle



    • Don’t code in a language/style that requires you to write code that makes prefixing necessary - divide and conquer instead
    • Readable code and well written unit/BDD tests is much better than separate documentation that will go out of sync the minute another Dev does some surgical incision into the code
    • Be verbose if you need to in order to convey the relevant semantics, the characters are virtually free
    • Use the casing that is mainstream/recommended by its’ developers for the language at hand






  • I was kind of impressed of the precision of the advice given - it perfectly explained various FP patterns used in my code, and correctly concluded that it could not be refactored to be better/simpler/more generic, but suggested some good readability renamings. My general worry is that AI tools will hallucinate and/or just provide random or sub-optimal/average solutions.

    Do you mean Live Share with an AI, or just as a feature for pair programming with humans? Doesn’t video conferencing tools work well enough for that?