Antipatterns are ineffective code and bad design including bugs. A commented code with simple structure is something a developer is looking onto. There occurs some antipatterns although they follow several designs and frameworks.
Some coding anti patterns you must avoid in web development are the following
Spaghetti code
This is difficult to read with its nested loops, complex logics and conditional statements. This mostly occurs when code updation is done by multiple developers and this can be avoided with regular checking
Golden hammer
This is a pattern occurring mostly on small groups and issue happens by using different tools and techniques.
Dead code
It is some code of no use that are already done by previous developers long before. This code may not affect anything as it is done a long time ago.
Other codes include:
Boat anchor
God object
Lava flow
Hard coding
No comments:
Post a Comment