Hybris wiki says that Setting initial to 'true' is only useful in combination with write='false'. I agree with this.
But does it make sense if i use initial true with optional false and write true. I am asking this because we get a recommendation from Hybris code review that you should use initial true with optional false to ensure data integrity. We have many attribute in our project with optional false and write true. When i added initial true with such attributes i did not find any change in the behavior. I just want to confirm this here because i might be missing something.