this post was submitted on 12 Nov 2023
1 points (100.0% liked)
Entrepreneur
0 readers
1 users here now
Rules
- No Personal Attacks - criticism of ideas is allowed, attacking people is not.
- Self Posts Only - links can only provide supplementary material. Your post must contain enough content to have a discussion.
- No “How To Get Rich Quick” posts - This community is not about making a quick buck. Posts asking the community how to make $X, without making specific reference to a reasonable idea, are not tolerated.
- Avoid unprofessional communication - Please treat fellow entrepreneurs like respected coworkers, label conversations if NSFW and avoid deliberate provocations.
Please feel free to provide evidence-based best practices, share a micro-victory, discuss strategy and concepts with a frame work, ask for feedback, and create professional conversation. Treat every post as if you're at work and representing the best version of yourself.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Paired programming, I'm a software developer 16+ years experience etc, variety of languages
I have various language assistants set up, c#,c++,mssql etc that I'll ask to find alternate ways or describe a situation and write the boring bits of code that'd take me a lot of time to physically type.
Also code generation ie
Here is a mssql stored procedure <>
Write me a c# class using dapper that returns results from that procedure, consider nullable values and exceptions etc..
Very useful for avoiding repetitive tasks that rely on accurate spelling too.
Such a time saver wow