ELI5: Explain Like I'm 5

Static analysis

Static analysis is like a robot checking your code for errors and mistakes. It looks for patterns and problems based on what the programmer wrote in the code, before the code is even put into the computer. It tries to figure out if something isn't right in the code and if there might be any problems when it is used.
Related topics others have asked about: