I'm just an amateur programmer learning design patterns.
I recently get acquainted to some patterns. However, this question pops in my mind.
What if the program is just simple? Would design pattern still apply? Will design pattern always apply to "every" code you make?
Say for example, I'm trying to make a code that will determine if the string is a palindrome or not.
BOOL isThisPalindrome(char *s)Something like that, would design pattern be needed?
Please enlighten me.


Sign In
Create Account


Back to top









