Hey everyone! I'm currently working through K&R and I'm curious if it's okay to post practice problems I come across here for review. I think getting feedback from others could really help avoid bad habits and boost motivation, but I'm not sure if it's something most people would find interesting or if it's allowed in this community. I've checked the FAQ out of respect for the rules, but wanted to get your opinions before I start sharing my problem sets.
1 Answer
Yeah, that’s totally fine! Just a heads-up, I’m not a mod, but I’ve seen plenty of code review posts here stick around. You might get some downvotes if folks think your post is too long or off-topic, but generally, specific questions work better than vague requests for feedback on big chunks of code. If you can, try to keep things concise and maybe provide a runnable example related to your question. Good luck!
Thanks for the confirmation! Most of my code right now from K&R is pretty self-contained, so I'll make sure to focus on structure and style. I think having support from others will help a lot!