scitrs / learning

0 stars 0 forks source link

learning apporach in debugging and learning new topic just change each statement a it and see its affect, comment a line #19

Open scitrs opened 1 week ago

scitrs commented 1 week ago

debugging options

  1. comment a line
  2. change options and parameters for a particular statement
  3. take the function or style to a blank page and further simplify it
  4. break a bigger function into smaller parts
  5. ask chatgpt for explaination of each line
  6. ask chat gpt to sumamrize a difficult complex code
  7. then ask it to simplify it
  8. ask it to rewrite it
  9. finally ask for improvement , suggestions, further testing , security
  10. ask it reverse the code