As a nutritionist helping people shed pounds, I often recommend incorporating portion-controlled desserts and treats into your diet. My book "Strong, Slim, and 30!" even includes categories of "A," "B" and "C" snacks: "A" for anti-aging, "B" for bone-building and "C" for comfort snacks. Low-fat ice cream, Hershey's Kisses and other portion-controlled indulgences are not only allowed, they're encouraged, so one's diet plan becomes more of a weight-management lifestyle that sidesteps deprivation and can last many years.

Most of my colleagues I have spoken to on this topic agree: Whether you call it an "intentional indulgence" or a "cheat meal," enjoying dessert can help you attain your long-term weight and health goals, as long as you don't go overboard.

As with most goal-seeking plans, it's necessary to have strategies in place. For example, you might choose to carefully limit dessert to 100- or 150-calorie treats on a daily basis in order to help meet your goals. Alternatively, you might avoid dessert entirely during weekdays and save up for, say, a slice of chocolate cake or tiramisu or pie a la mode during a weekend night out. In some cases, choosing between alcohol and dessert or adding exercise makes sense in order to balance your desires with calorie reality.

These approaches don't work for everyone, however. For some, avoiding dessert entirely in the beginning stages of a weight loss diet makes the most sense. It may be because dessert is simply not a priority. (Why waste calories on dessert if you don't have a sweet tooth in the first place?) Or, as is often the case, even small bites of treats can trigger more and more cravings, ultimately causing one to binge and "fall off the wagon."

"If someone could have a forkful of dessert every night, that's fine. But for others, I honestly believe it sets them off," said Martha McKittrick, a registered dietitian and health and wellness coach.

Only when an initial goal is met -- say, losing 10 pounds -- might one consider slowly adding treats of those foods they can't live without. These individuals may require constant self-monitoring to make sure they keep their cravings in check.
So it's important to know what strategy will work best for your personality and lifestyle. That's where a professional like a registered dietitian nutritionist can help. He or she can personalize a plan that can include dessert if you wish to enjoy it but still want to shed pounds.

If you decide that having daily portion-controlled desserts is a way to "have your cake and eat it too" while losing weight, here are some of my suggested "C" comfort snacks from "Strong, Slim and 30!"

Each comfort snack contains approximately 100 to 150 calories; read food labels for the most accurate calorie information.

L322的更多相关文章

  1. A20 烧录和启动 log

    用 LiveSuit 烧写了一个 lubuntu 的映像文件到板子上, 同时接了串口观察烧录过程的串口打印信息, 如下 ES: FES:Fes Ver: 098 FES:=============== ...

随机推荐

  1. hihocoder-1407 后缀数组二·重复旋律2 不重合 最少重复K次

    后缀数组不能直接通过Height得出不重合的公共串.我们可以二分k值,这样连续的Height只要都大于等于k,那他们互相间的k值都大于等于k.每个这样的连续区间查找SA的最大最小值,做差判断是否重合( ...

  2. 动态加载DataGrid表头及数据

    初始化表头 js生成前端 /*初始化表头*/ function initDataGridTitle(id) { $.ajax({ url: '/${appName}/report/***/***', ...

  3. 2.3 UML活动图

    活动图定义 活动图描述了在一个过程中,顺序的/并行的活动及其之间的关系 应用于商业过程.工作流(业务过程).复杂算法的建模 活动图是顶点和弧的集合 活动节点 动作 流 对象值 注解和约束等 活动图基本 ...

  4. 『计算机视觉』Mask-RCNN_推断网络其一:总览

    在我们学习的这个项目中,模型主要分为两种状态,即进行推断用的inference模式和进行训练用的training模式.所谓推断模式就是已经训练好的的模型,我们传入一张图片,网络将其分析结果计算出来的模 ...

  5. mysql创建存储过程,批量建表分表00到99

    这里以sqlyong为软件示例: --创建存储过程DELIMITER $$ CREATE PROCEDURE `createTablesWithIndex`() BEGIN DECLARE `@i` ...

  6. Leetcode 949. 给定数字能组成的最大时间

    949. 给定数字能组成的最大时间  显示英文描述 我的提交返回竞赛   用户通过次数125 用户尝试次数213 通过次数127 提交次数774 题目难度Easy 给定一个由 4 位数字组成的数组,返 ...

  7. 微信小程序 获取位置、移动选点、逆地址解析

    WGS- 地心坐标系,即GPS原始坐标体系.在中国,任何一个地图产品都不允许使用GPS坐标,据说是为了保密.GoogleEarth及GPS芯片使用. .GCJ-02火星坐标系,国测局02年发布的坐标体 ...

  8. e2e 测试 出现的错误

    每次开始学习vue的新知识时,总在环境这一块出现很多坑.这次我来记录一下,我在搭建vue e2e测试框架是踏过的坑吧. 我们都只知道,使用vue init webpack 项目名字<项目名字不能 ...

  9. 转:Linux环境变量设置方法总结 PATH、LD_LIBRARY_PATH

    转:  https://www.linuxidc.com/Linux/2017-03/142338.htm 文章写比较全  转载记录 Linux环境变量设置方法总结 PATH.LD_LIBRARY_P ...

  10. Mysql索引引起的死锁

    提到索引,首先想到的是效率提高,查询速度提升,不知不觉都会有一种心理趋向,管它三七二十一,先上个索引提高一下效率..但是索引其实也是暗藏杀机的... 今天压测带优化项目,开着Jmeter高并发访问项目 ...