You're looking at it

Homepage: https://roundabout-host.com

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

Style guide update

by roundabout, Wednesday, 13 November 2024, 14:26:46 (1731508006), pushed by roundabout, Wednesday, 13 November 2024, 14:28:31 (1731508111)

Author identity: vlad <vlad.muntoiu@gmail.com>

408061b8017da95c40c95b104f1ae5fe7e5610b4

doc/internal/Contributing.md

@@ -114,7 +114,8 @@ defines `__all__`.

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            Never insert more than one space around operators and other symbols. Never add spaces just to align lines.
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            ##### When to use
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        * around the lowest priority operators in an expression, comparisons, assignments, and logical operators, as well as the function annotation arrow
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        * around the lowest priority operators in an expression, comparisons, assignments, and logical operators, as well as the function annotation arrow;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          please resist the formatter's urge to space all operators; spacing them according to their priority makes the code more readable
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              ~~~python
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              # Do
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              thing += 10 + 2*thing