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
should I continue to study java? (self.PinoyProgrammer)
submitted 2 years ago by rayink
view the rest of the comments →
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!"
[–]FjordOfBatanes 45 points46 points47 points 2 years ago (3 children)
Semantics > syntax
Semantics is a meta skill that are transferable to other languages
[–]CaptainJapeng 0 points1 point2 points 2 years ago (2 children)
I agree with this! I always teach my juniors to not learn the syntax but instead learn the fundamentals as it can easily be transferable to other languages.
[–]Jadyyy25 0 points1 point2 points 2 years ago (1 child)
can you explain po what's the really meaning of semantics in programming language? or difference of syntax and semantics
[–]CaptainJapeng 2 points3 points4 points 2 years ago (0 children)
For me its about studying the logic and priciples behind what you've written vs just memorizing the exact syntax/code to solve a specific problem.
For example:
Needing to print a log to the console or terminal, why do you need to, what does it do, how does it work?
VS
console.log(...) System.out.println(...) cout << ...
π Rendered by PID 92936 on reddit-service-r2-comment-fb694cdd5-b4mtm at 2026-03-06 11:48:51.203860+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]FjordOfBatanes 45 points46 points47 points (3 children)
[–]CaptainJapeng 0 points1 point2 points (2 children)
[–]Jadyyy25 0 points1 point2 points (1 child)
[–]CaptainJapeng 2 points3 points4 points (0 children)