layout: post title: “Aix-2400 G1” subtitle: “Aixtron G1 Planetary Reactor” —
Configuration
InP / GaAs
| Good | Bad |
|---|---|
| ```c++ int foo() { int result = 4; return result; } ``` | ```c++ int foo() { int x = 4; return x; } ``` |
layout: post title: “Aix-2400 G1” subtitle: “Aixtron G1 Planetary Reactor” —
| Good | Bad |
|---|---|
| ```c++ int foo() { int result = 4; return result; } ``` | ```c++ int foo() { int x = 4; return x; } ``` |