• 2 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: July 22nd, 2023

help-circle
  • mcmodknower@programming.devtoProgramming@programming.dev*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    2
    ·
    4 months ago

    First of all, review it yourself. By reading it again and thinking about it you might find some stuff. After that try static analysis tools like olap said (even some lsp (language server protocol) integrated in your editor can give you good tips). Only after those two options i would even consider using llms, but finding a community of people that are about your language/framework can yield better results. Especially if it is a small project.