AIプログラマーが出てくると発注する側がキツすぎて普通のプログラマの収入上がると予想。AIは必要なソースを自分の判断で全消しとかして、素人だとバージョン管理とかの知識も適当だろうから元に戻せなくなってトラブりまくるだろうし。
lastScroll) {
showHead = false;
}
else if (currentScroll < lastScroll) {
if (currentScroll < (maxScroll - bottomThreshold)) {
showHead = true;
} else {
showHead = false;
}
}
lastScroll = Math.max(0, currentScroll);
"
>