issue.clean_code_attribute_category.RESPONSIBLE.issue=Responsibility issue
issue.clean_code_attribute=Clean Code Attribute
-issue.clean_code_attribute.CLEAR=Clear
+issue.clean_code_attribute.CLEAR=Not clear
issue.clean_code_attribute.CLEAR.title=This is an intentionality issue, the code is not clear enough.
issue.clean_code_attribute.CLEAR.advice=To be clear, the code needs to be self-explanatory and transparently communicate its functionality.
-issue.clean_code_attribute.COMPLETE=Complete
+issue.clean_code_attribute.COMPLETE=Not complete
issue.clean_code_attribute.COMPLETE.title=This is an intentionality issue, the code is not complete enough.
issue.clean_code_attribute.COMPLETE.advice=To be complete, the code must be functional and achieve its implied goals through comprehensive, adequate, and thorough code constructs.
-issue.clean_code_attribute.CONVENTIONAL=Conventional
+issue.clean_code_attribute.CONVENTIONAL=Not conventional
issue.clean_code_attribute.CONVENTIONAL.title=This is a consistency issue, the code is not conventional enough.
issue.clean_code_attribute.CONVENTIONAL.advice=To be conventional, the code needs to tasks with expected instructions, and adhere to a single choice across all instances when faced with equally good options.
-issue.clean_code_attribute.DISTINCT=Distinct
+issue.clean_code_attribute.DISTINCT=Not distinct
issue.clean_code_attribute.DISTINCT.title=This is an adaptability issue, the code is not distinct enough.
issue.clean_code_attribute.DISTINCT.advice=To be distinct, the code needs to have procedures and data that are unique and distinctive, without undue duplication.
-issue.clean_code_attribute.EFFICIENT=Efficient
+issue.clean_code_attribute.EFFICIENT=Not efficient
issue.clean_code_attribute.EFFICIENT.title=This is an intentionality issue, the code is not efficient enough.
issue.clean_code_attribute.EFFICIENT.advice=To be efficient, the code needs to use resources without needless waste, and prioritize economical options when available.
-issue.clean_code_attribute.FOCUSED=Focused
+issue.clean_code_attribute.FOCUSED=Not focused
issue.clean_code_attribute.FOCUSED.title=This is an adaptability issue, the code is not focused enough.
issue.clean_code_attribute.FOCUSED.advice=To be focused, the code needs to have a single, narrow, and specific scope. Each of its units should have only one concise purpose.
-issue.clean_code_attribute.FORMATTED=Formatted
+issue.clean_code_attribute.FORMATTED=Not formatted
issue.clean_code_attribute.FORMATTED.title=This is a consistency issue, the code is not formatted enough.
issue.clean_code_attribute.FORMATTED.advice=To be formatted, the code needs to be presented in a systematic and regular way, with the same non-semantic choices used over all the codebase.
-issue.clean_code_attribute.IDENTIFIABLE=Identifiable
+issue.clean_code_attribute.IDENTIFIABLE=Not identifiable
issue.clean_code_attribute.IDENTIFIABLE.title=This is a consistency issue, the code is not identifiable enough.
issue.clean_code_attribute.IDENTIFIABLE.advice=To be identifiable, the code needs to include names and identifiers with a regular structure based on language conventions.
-issue.clean_code_attribute.LAWFUL=Lawful
+issue.clean_code_attribute.LAWFUL=Not lawful
issue.clean_code_attribute.LAWFUL.title=This is a responsibility issue, the code is not lawful enough.
issue.clean_code_attribute.LAWFUL.advice=To be lawful, the code needs to respect licensing and copyright regulation.
-issue.clean_code_attribute.LOGICAL=Logical
+issue.clean_code_attribute.LOGICAL=Not logical
issue.clean_code_attribute.LOGICAL.title=This is an intentionality issue, the code is not logical enough.
issue.clean_code_attribute.LOGICAL.advice=To be logical, the code needs to have well-formed and sound instructions that work together, and be free of explicit errors.
-issue.clean_code_attribute.MODULAR=Modular
+issue.clean_code_attribute.MODULAR=Not modular
issue.clean_code_attribute.MODULAR.title=This is an adaptability issue, the code is not modular enough.
issue.clean_code_attribute.MODULAR.advice=To be modular, the code needs to be organized and distributed to emphasize the separation between its parts.
-issue.clean_code_attribute.RESPECTFUL=Respectful
+issue.clean_code_attribute.RESPECTFUL=Not respectful
issue.clean_code_attribute.RESPECTFUL.title=This is a responsibility issue, the code is not respectful enough.
issue.clean_code_attribute.RESPECTFUL.advice=To be respectful, the code needs to refrain from using discriminatory and offensive language.
-issue.clean_code_attribute.TESTED=Tested
+issue.clean_code_attribute.TESTED=Not tested
issue.clean_code_attribute.TESTED.title=This is an adaptability issue, the code is not tested enough.
issue.clean_code_attribute.TESTED.advice=To be tested, the code needs to have automated functional tests that provide confidence in the functionality.
-issue.clean_code_attribute.TRUSTWORTHY=Trustworthy
+issue.clean_code_attribute.TRUSTWORTHY=Not trustworthy
issue.clean_code_attribute.TRUSTWORTHY.title=This is a responsibility issue, the code is not trustworthy enough.
issue.clean_code_attribute.TRUSTWORTHY.advice=To be trustworthy, the code needs to abstain from revealing or hard-coding private information.