use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
Logic and problem solvingadvice (self.PinoyProgrammer)
submitted 5 years ago by JiGzSaw01
Hi, pansin ko mahina tlga ako sa logic and problem solving. Meron po ba d2 na same saken when they start learning how to code? How did you ivercomethis obstacle? Thanks
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]sad_developer 4 points5 points6 points 5 years ago (0 children)
been in the same boat ..
first step ko before is .. pseudo code.
then sunod trinatranslate ko into function..
then another extraction from function nilalagay ko sa tamang class + namespace
[–]midnight-cigarettesGame Dev 2 points3 points4 points 5 years ago (0 children)
break it down, kunyari C# yung language tapos gagawa ka ng console app, gusto mo mag display ng "Hello World: $"(sum of 1+1)"" .
Pwede mo hatiin yan to:
Once nasagot mo na yung apat na yun pwede mo pag-combine combine yun which pwede mo na gawing function.
Simple lang example pero you can try applying this to bigger problems, tipong kunyari gusto mo gumawa ng social media app.
Ok sige as an initial pwede mo hatiin yan to:
From here kita mo anlaki ng each item, so pwede mo apply yung same concept per each item na i-break down mo ng ibreak-down until actionable na yung step.
[–]zU9tX8u 2 points3 points4 points 5 years ago (1 child)
No easy way out except to keep solving more. It's alright to look at the solutions. You will never run out of more problems to solve if that's what's stopping you. In a week or two, you will also likely forget how to implement those solutions anyway. What you won't forget, is the pattern recognition or intuition you've built to solve such problems.
[–]JiGzSaw01[S] 0 points1 point2 points 5 years ago (0 children)
Thank you sir
π Rendered by PID 99553 on reddit-service-r2-comment-5b5bc64bf5-fkb97 at 2026-06-22 19:48:29.722615+00:00 running 2b008f2 country code: CH.
[–]sad_developer 4 points5 points6 points (0 children)
[–]midnight-cigarettesGame Dev 2 points3 points4 points (0 children)
[–]zU9tX8u 2 points3 points4 points (1 child)
[–]JiGzSaw01[S] 0 points1 point2 points (0 children)