This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AI Coding Assistants, Quality, And You: Now What? | |
| ----------------------------------------------- | |
| tl;dr: These are principles, not tool-specific techniques, and they generally aren't different from what good engineers are already doing. | |
| Bolster Our Guardrails | |
| ---------------------- | |
| AI assistants can produce a lot of code quickly. That's genuinely useful, but it means our existing guardrails need to be stronger, not weaker. The checks that catch problems before production matter more when the volume of code increases. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Code Quality In The Age Of AI Assistants | |
| ------------------------------------ | |
| Code quality has always mattered. That isn't changing. What is changing is how easy it has become to produce large volumes of code quickly - and that makes our commitment to quality more important than ever. | |
| AI assistants are powerful tools, but they're not silver bullets. They can accelerate the tedious parts of development, but they also make it easier to write bad code - faster, in greater volume, and with a false sense of confidence. The standard we hold ourselves to has to rise to meet that reality. | |
| ## Be Proud of the Code You Write | |
| ------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Please set the ROOT to the folder your nxlog was installed into, | |
| ## otherwise it will not start. | |
| #define ROOT C:\Program Files\nxlog | |
| define ROOT C:\Program Files (x86)\nxlog | |
| define ROOT_STRING C:\Program Files (x86)\\nxlog | |
| Moduledir %ROOT%\modules | |
| CacheDir %ROOT%\data | |
| Pidfile %ROOT%\data\nxlog.pid |