Re: [DISCUSS] Consistent code style (esp. ws/indent) and autotools

2023-09-01 Thread Dave Fisher
While I can agree that a consistent style can help I don’t agree that it is necessary. If the compiler understands the code then IMO we are good. I am a bit of a dinosaur since I have keypunched code on cards in my career. I’ve played with writing interpreters and specialized languages. But

Re: [DISCUSS] Consistent code style (esp. ws/indent) and autotools

2023-09-01 Thread SiNan Liu
Consistent code style is crucial for a large project. In order to make Pulsar better, I believe we shouldn't be afraid of "risks". By introducing Spotless, we can permanently resolve the issue of inconsistent code style and ensure that all contributors adhere to this rule moving forward. If we