|
|
|
|
|
by amolgupta
1175 days ago
|
|
I have a habit of making short bullet points notes for everything work and personal, but for my eyes only. With GPT, I can convert them into things like: - PR descriptions. ex, paste bullet points about the change and it converts it into something to help the reviewer. - Plant UML diagrams of ideas. At times they are just a starting point template and I build upon them. I can paste these into technical docs or PRs or presentations later. - Peer feedback: The raw bullet points can be converted into nice-to-read feedback which is not too direct or offensive or vague. Can iterate over it to tone it down or make a point stronger. Other programming-related use cases
- Test cases for code - Converting android xml layouts to compose worked well - A lot of Django code - Identify performance issues or bugs in code
(these tasks make me realize the amount of repetition there is in programming) Others: - Book recommendations on topics - Rewording emails/slack messages |
|