ネストする · noun or participle which takes 'suru'
| Form | Positive | Negative |
|---|---|---|
| Dictionary | ネストする | ネストしない |
| Polite | ネストします | ネストしません |
| Past polite | ネストしました | ネストしませんでした |
| Past | ネストした | ネストしなかった |
| Te-form | ネストして | ネストしないで |
| Desire | ネストしたい | ネストしたくない |
| Potential | ネストできる | ネストできない |
| Passive | ネストされる | ネストされない |
| Causative | ネストさせる | ネストさせない |
| Causative passive | ネストさせられる | ネストさせられない |
| Volitional | ネストしよう | |
| Polite volitional | ネストしましょう | |
| Imperative | ネストしろ | ネストするな |
| Conditional | ネストすれば | ネストしなければ |
| Tara conditional | ネストしたら | ネストしなかったら |
The surveyors recorded the locations of the seabirds' nests with GPS.
Rare or stylistic use for a private refuge or hideaway. 隠れ家, 避難所, or 休息場所 are usually more straightforward in ordinary Japanese.
彼女は郊外の小屋を週末のネストと呼んでいる。
She calls the cottage in the suburbs her weekend retreat.
noun, noun or participle which takes 'suru'
nesting; nested structure
Computing use for placing one structure inside another, such as loops, conditions, objects, tags, or data structures. Often used as ネストする and in phrases such as ネストが深い.
設定ファイルではオブジェクトを三段階にネストしている。
In the configuration file, the objects are nested three levels deep.
ネストが深すぎるコードは読みにくい。
Code with too much nesting is hard to read.
You can nest another function inside this function.
This code has deep nesting and is hard to read.